The Things Network This software read MQTT flow from TTN and save it in a database with Waterline First version use a sails-disk adapter but we will evolve to mongoDB and MySQL in short Terms
- Node.JS (use a new-ish version, like 5.9 or higher, I tested with 6.2 only)
- An account and application in the Dashboard.
npm install
Rename config.bak.js in config.js and Change parameter with you information
npm Start
##TODO
- Add SocketIO support for real time apps
- Add SSL/TLS Support