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.
|
4 years ago | |
---|---|---|
.ci | 4 years ago | |
capture | 4 years ago | |
cmd | 4 years ago | |
controller | 4 years ago | |
data | 4 years ago | |
web | 4 years ago | |
webroot | 4 years ago | |
.gitlab-ci.yml | 4 years ago | |
README.md | 4 years ago | |
config_example.conf | 4 years ago | |
main.go | 4 years ago |
README.md
wifictld-analyzer
Get wifictld-analyzer
Download
Latest Build binary from ci here:
Download All (with config example)
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