Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kiannaquines/crowd_monitoring_publisher

An ubiquitous crowd monitoring estimation using wifi packets parser with Go Language
https://github.com/kiannaquines/crowd_monitoring_publisher

Last synced: 6 days ago
JSON representation

An ubiquitous crowd monitoring estimation using wifi packets parser with Go Language

Awesome Lists containing this project

README

        

## Crowd Monitoring MQTT Publisher

### Note
You must already have your wifi adapter install and also must be in monitor mode

### Guide
1. Rename the `env` file to `.env`
2. Run `go mod tidy`
3. Fill up the necesarry fields in `.env` you just renamed
4. Compile the go script to binary `go build -o main.go`
5. Run the executable using `sudo ./`

## Output

This should be the output of the script after successfully running it

`2024/09/24 20:27:01 Connected to MQTT broker`

`2024/09/24 20:27:01 Crowd Monitoring Publisher is starting at interface wlan1`

![image](https://github.com/user-attachments/assets/f7c14adb-72c5-40a5-93f5-c518a3bce5aa)

## Any bugs?
Please submit a ticket if there is an issue with the publisher