a little program to sniff for packages and take measurements
Go to file
Martin/Geno 39ff9a43b0
move wifictld structs from data to capture
2019-03-08 06:01:57 +01:00
.ci ci 2019-02-28 17:21:37 +01:00
capture move wifictld structs from data to capture 2019-03-08 06:01:57 +01:00
cmd move wifictld structs from data to capture 2019-03-08 06:01:57 +01:00
controller move wifictld structs from data to capture 2019-03-08 06:01:57 +01:00
data move wifictld structs from data to capture 2019-03-08 06:01:57 +01:00
database move wifictld structs from data to capture 2019-03-08 06:01:57 +01:00
web move wifictld structs from data to capture 2019-03-08 06:01:57 +01:00
webroot add easy webinterface 2019-03-08 01:15:15 +01:00
.gitlab-ci.yml add easy webinterface 2019-03-08 01:15:15 +01:00
README.md ci 2019-02-28 17:21:37 +01:00
config_example.conf move wifictld structs from data to capture 2019-03-08 06:01:57 +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