Device server written in Node. Handles live data emission and JSON... Everything in this repository is proof of concept.
To set up the server, either:
- Use the Makefile, which takes care of device bringup for you, in just one command (recommended)
- Use setup.py directly (not recommended, only for dev)
If utilizing the second method, simply run
python setup.py [--debug, --options]
to create your config.json.
- JSON
- Sockets
- GPIO Sensor integration
- Code touchups and cleanups
- Unit testing, modularity