Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kiannaquines/crowd_monitoring_broker
An ubiquitous crowd monitoring estimation using wifi packets broker with Go Language
https://github.com/kiannaquines/crowd_monitoring_broker
Last synced: 6 days ago
JSON representation
An ubiquitous crowd monitoring estimation using wifi packets broker with Go Language
- Host: GitHub
- URL: https://github.com/kiannaquines/crowd_monitoring_broker
- Owner: kiannaquines
- License: apache-2.0
- Created: 2024-09-24T12:40:12.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2024-11-06T10:13:56.000Z (13 days ago)
- Last Synced: 2024-11-06T11:24:16.213Z (12 days ago)
- Language: Go
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Crowd Monitoring Broker
## Note
Before running the `docker` services you must have a domain that has valid `ssl` certificates and configures the `docker-compose.yml` file and change the `hostname` of the cetificates.
## Guide
1. Clone the repository using `git` or `download` manually
2. Compile the source into executable using `go build -o main.go`
3. Run the executable using `./your_executable`## Run Dockerized MYSQL and MQTT
1. Go to the repo root directory
2. Run docker command `docker-compose up` and `docker-compose up -d`
3. Verify docker container is running `docker-compose ps`## Any Bugs
If your encounter any issues with the script please submit a ticket.