Sensor Reader #2

Closed
opened 2023-09-23 18:26:13 +00:00 by AndreFerreira5 · 0 comments
AndreFerreira5 commented 2023-09-23 18:26:13 +00:00 (Migrated from github.com)

Goal: Receive data from Sensor processes and add to INTERNAL_QUEUE

Description: Thread that reads data arriving from Sensor processes via the SENSOR_PIPE and adds tasks to the INTERNAL_QUEUE for the Dispatcher.

Tasks:

  • Read data from SENSOR_PIPE
  • Add new task to INTERNAL_QUEUE with sensor ID, key, and value
  • Handle full queue by dropping data
**Goal:** Receive data from Sensor processes and add to INTERNAL_QUEUE **Description:** Thread that reads data arriving from Sensor processes via the SENSOR_PIPE and adds tasks to the INTERNAL_QUEUE for the Dispatcher. Tasks: - [x] Read data from SENSOR_PIPE - [x] Add new task to INTERNAL_QUEUE with sensor ID, key, and value - [x] Handle full queue by dropping data
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AndreFerreira5/iot-system-sim#2
No description provided.