Coordinates sleep and transmission times for nodes in a sensor network through The Things Network API.
- Place docker-compose file in some folder.
- Run
docker-compose up --no-start
to create services. - Run
docker-compose run lorawan_coordinator
to run application. - Stop application with typing exit and destroy docker fixture with
docker-compose down