a little program to sniff for packages and take measurements
Go to file
Martin/Geno 948fa0ddec
ci
2019-02-28 17:21:37 +01:00
.ci ci 2019-02-28 17:21:37 +01:00
capture change logging 2019-02-28 16:24:29 +01:00
cmd change logging 2019-02-28 16:24:29 +01:00
config move to genofire 2019-02-28 16:22:55 +01:00
controller change logging 2019-02-28 16:24:29 +01:00
data change logging 2019-02-28 16:24:29 +01:00
database change logging 2019-02-28 16:24:29 +01:00
.gitlab-ci.yml ci 2019-02-28 17:21:37 +01:00
README.md ci 2019-02-28 17:21:37 +01:00
config_example.conf ci 2019-02-28 17:21:37 +01:00
main.go move to genofire 2019-02-28 16:22:55 +01:00

README.md

wifictld-analyzer

Build Status Go Report Card GoDoc

Get wifictld-analyzer

Download

Latest Build binary from ci here:

Download All (with config example)

Download Binary

Build

go get -u dev.sum7.eu/genofire/wifictld-analyzer

Configure

see config_example.conf

Start / Boot

/lib/systemd/system/wifictld-analyzer.service :

[Unit]
Description=wifictld-analyzer
After=network.target

[Service]
Type=simple
# User=notRoot
ExecStart=/opt/go/bin/wifictld-analyzer controller /etc/wifictld-analyzer.conf
Restart=always
RestartSec=5sec

[Install]
WantedBy=multi-user.target

Start: systemctl start wifictld-analyzer Autostart: systemctl enable wifictld-analyzer