a little program to sniff for packages and take measurements
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Martin/Geno f07298c40c
migrate from genofire to wifictld
4 years ago
.ci ci 4 years ago
capture migrate from genofire to wifictld 4 years ago
cmd migrate from genofire to wifictld 4 years ago
controller migrate from genofire to wifictld 4 years ago
data database 4 years ago
web migrate from genofire to wifictld 4 years ago
webroot fix get assets 4 years ago
.gitlab-ci.yml add easy webinterface 4 years ago
README.md migrate from genofire to wifictld 4 years ago
config_example.conf fetch current state 4 years ago
main.go migrate from genofire to wifictld 4 years ago

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/wifictld/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