6

I'm in process of creating an IoT Prototype which runs (currently) on ARM processor with Embedded Linux. I'm trying to use existing technologies as much as possible: for example MQTT for external communication and ZeroMQ for IPC communication. Now I want to have defined routines, for example read data from sensor and call them cyclically, when interval is configured. In other words I want to have something which takes over the required functionality: configure callbacks (threads), configure call intervals, manage scheduled execution.

Is there any existing library / framework for that?

Bence Kaulics
  • 7,843
  • 8
  • 42
  • 90

0 Answers0