The Sofaraum Client
http://sofaraum.de
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
continuous-integration/drone/push Build is failing
Details
|
4 years ago | |
---|---|---|
cmd | 4 years ago | |
pkg | 4 years ago | |
vendor | 4 years ago | |
.drone.yml | 4 years ago | |
.gitignore | 4 years ago | |
LICENSE | 4 years ago | |
Makefile | 4 years ago | |
Readme.md | 4 years ago | |
dump.csv | 4 years ago | |
go.mod | 4 years ago | |
go.sum | 4 years ago | |
main.go | 4 years ago | |
tools.go | 4 years ago |
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/
.