Feature #582
closedAdd support for IoT messages
100%
Description
Part of IronMan project.
Needs to support sensor messages - store to sensor partition on disk, based on sensor naming/config.
Overwrite with latest message in per-sensor file to avoid managing rotating data.
Updated by Hammel over 6 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 30
This was prototyped last year when I was doing sensor to piboxd registration. However, registration is different now because of how Jarvis is now in the mix. The prototype has been updated and Jarvis registers correctly (see Jarvis Process in the IronMan project wiki).
These changes will need to be tested against an updated sensor (the lightsw device, which is a real device instead of the prototyped ESP8266 project). See the updated communications protocol in the IronMan wiki.
Updated by Hammel over 6 years ago
- Status changed from In Progress to Closed
- % Done changed from 30 to 100
This is no longer required in Piboxd. IoT messages pass through the imrest REST API. Piboxd just handles multicast discovery responses.
Closing issue.