Narrowband IoT gateway for MsgFlo, this is the server-side part of a project built for the Deutsche Telekom NB-IOT Hackathon, Berlin, Germany, 2017.
The client-side part is documented here: https://ansi.23-5.eu/2017/06/nb-iot-bc95-arduino/
- create a virtualenv
- pip install -r requirements.txt
- pytest
- docker build . -t msgflo/msgflo-nbiot
- docker login
- docker push msgflo/msgflo-nbiot
- docker run -d -p 16666:16666/udp msgflo/msgflo-nbiot