For frames coming from motes online three different entry points exist, one for each network type we support:
- XBee local network
- 4G
- Iridium
The purpose of this task is to review the system, there will still be 3 different entry points, but with more code in common and shared behaviour. We need to:
- Archive the frames locally, keep a copy in the local filesystem
- Insert the frames in batches into the database
- Generalize the use of work queues (Celery)
- Parse the frames in the server, not in the Pi, for motes coming from an XBee network
For frames coming from motes online three different entry points exist, one for each network type we support:
The purpose of this task is to review the system, there will still be 3 different entry points, but with more code in common and shared behaviour. We need to: