Go to file
Martin/Geno fdafacc2ff
init meetandeat
2019-03-22 16:35:16 +01:00
.ci init meetandeat 2019-03-22 16:35:16 +01:00
cmd init meetandeat 2019-03-22 16:35:16 +01:00
controller init meetandeat 2019-03-22 16:35:16 +01:00
models init meetandeat 2019-03-22 16:35:16 +01:00
runtime init meetandeat 2019-03-22 16:35:16 +01:00
webroot init meetandeat 2019-03-22 16:35:16 +01:00
.gitlab-ci.yml init meetandeat 2019-03-22 16:35:16 +01:00
README.md init meetandeat 2019-03-22 16:35:16 +01:00
config_example.conf init meetandeat 2019-03-22 16:35:16 +01:00
main.go init meetandeat 2019-03-22 16:35:16 +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