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_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

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.