https://github.com/msgflo/msgflo-nbiot
Narrowband IoT gateway for MsgFlo
https://github.com/msgflo/msgflo-nbiot
Last synced: 7 months ago
JSON representation
Narrowband IoT gateway for MsgFlo
- Host: GitHub
- URL: https://github.com/msgflo/msgflo-nbiot
- Owner: msgflo
- License: mit
- Created: 2017-06-23T09:55:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-26T13:09:12.000Z (over 8 years ago)
- Last Synced: 2025-07-10T04:07:12.617Z (7 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# msgflo-nbiot [](https://travis-ci.org/msgflo/msgflo-nbiot)
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/
## How to run the tests
- create a virtualenv
- pip install -r requirements.txt
- pytest
## Docker docker, container, container
### To build and push
- docker build . -t msgflo/msgflo-nbiot
- docker login
- docker push msgflo/msgflo-nbiot
# To run
- docker run -d -p 16666:16666/udp msgflo/msgflo-nbiot