The Sofaraum Client http://sofaraum.de
Go to file
konrad be06978763
the build was successful Details
updated drone config
2018-11-29 01:27:24 +01:00
pkg Fixed lint etc 2018-11-29 01:08:17 +01:00
vendor Added tools to go mod 2018-11-29 01:18:32 +01:00
.drone.yml updated drone config 2018-11-29 01:27:24 +01:00
.gitignore updated gitignore 2018-11-29 01:08:25 +01:00
LICENSE Added license 2018-11-28 23:20:12 +01:00
Makefile Added makefile 2018-11-29 01:03:03 +01: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 tools to go mod 2018-11-29 01:18:32 +01:00
go.sum Added tools to go mod 2018-11-29 01:18:32 +01:00
main.go Restructured 2018-11-29 00:57:16 +01:00
tools.go Added tools to go mod 2018-11-29 01:18:32 +01: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/.