The Sofaraum Client
http://sofaraum.de
continuous-integration/drone/push Build is failing
Details
|
||
---|---|---|
cmd | ||
pkg | ||
vendor | ||
.drone.yml | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
Readme.md | ||
dump.csv | ||
go.mod | ||
go.sum | ||
main.go | ||
tools.go |
Readme.md
Sofaraum Client
A client which looks for wifi devices to then send an aggregated number to the Sofaraum Server.
Note: This client need aircrack-ng
to function properly. The only thing this client does is parsing dumps from
aircrack-ng
and sending them away.
Build from source
This Project uses Go modules, so you'll need at least go 1.11
.
As a typical go project, this one comes with all its depencencies, so all you have to do is running
make build
and you should have a ready-to-use binary.
If you want to compile for Linux (arm included), Windows and MacOS, run
make release
This will create all binaries in dist/
.