The Sofaraum Client http://sofaraum.de
Go to file
kolaente 7d150ff2f3
continuous-integration/drone/push Build is failing Details
Added output after generating keys
2019-05-07 13:59:08 +02:00
cmd Added methods to generate keys 2019-05-07 13:57:14 +02:00
pkg Added output after generating keys 2019-05-07 13:59:08 +02:00
vendor Added methods to generate keys 2019-05-07 13:57:14 +02:00
.drone.yml Remove all debugging 2019-04-27 11:40:38 +02:00
.gitignore renamed binary 2018-12-07 23:50:35 +01:00
LICENSE Added license 2018-11-28 23:20:12 +01:00
Makefile Fixed building static binaries 2019-04-27 11:07:55 +02:00
Readme.md updated drone config 2018-11-29 01:27:24 +01:00
dump.csv init 2018-11-14 15:24:48 +01:00
go.mod Added methods to generate keys 2019-05-07 13:57:14 +02:00
go.sum Added methods to generate keys 2019-05-07 13:57:14 +02:00
main.go Moved fancy ascii art to subcommand 2018-12-08 00:43:26 +01:00
tools.go Properly added xgo 2019-04-27 11:12:36 +02:00

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