/logging-v2

Partial rewrite of IoT logging infrastructure using STOMP

Primary LanguagePython

logging-v2

Read from IoT devices connected with serial, publish to a message queue, and log 'em to mongoDB

Almost total rewrite of previous IoT logging infrastructure using STOMP as the MQ carrier protocol

Dependencies (python modules)

Pay attention to the version! Things might change and break stuff.

  • stompy - STOMP client implementation (v 0.2.9)
  • pymongo - MongoDB python driver (v 2.8)
  • pyserial - Serial libs (v 2.6)
  • PyYAML - Python YAML library (v 3.10)