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.
 
 
kolaente 7d150ff2f3
continuous-integration/drone/push Build is failing Details
Added output after generating keys
4 years ago
cmd Added methods to generate keys 4 years ago
pkg Added output after generating keys 4 years ago
vendor Added methods to generate keys 4 years ago
.drone.yml Remove all debugging 4 years ago
.gitignore renamed binary 4 years ago
LICENSE Added license 4 years ago
Makefile Fixed building static binaries 4 years ago
Readme.md updated drone config 4 years ago
dump.csv init 4 years ago
go.mod Added methods to generate keys 4 years ago
go.sum Added methods to generate keys 4 years ago
main.go Moved fancy ascii art to subcommand 4 years ago
tools.go Properly added xgo 4 years ago

Readme.md

Sofaraum Client

Build Status License: GPL v3 Download Go Report Card

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