Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kiannaquines/crowd_monitoring_publisher
- Owner: kiannaquines
- License: apache-2.0
- Created: 2024-09-24T11:48:24.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-10-27T10:48:34.000Z (22 days ago)
- Last Synced: 2024-10-28T05:14:33.811Z (22 days ago)
- Language: Go
- Size: 19.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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