Worker #5

Open
opened 2023-09-23 18:29:02 +00:00 by AndreFerreira5 · 0 comments
AndreFerreira5 commented 2023-09-23 18:29:02 +00:00 (Migrated from github.com)

Goal: Execute tasks related to sensor data and console commands

Description: Process that receives tasks from Dispatcher over unnamed pipe and executes them, updating shared memory and sending responses as needed.

Tasks:

  • Read task from unnamed pipe
  • Execute sensor data tasks:
    • Update shared memory with sensor stats
  • Execute console command tasks:
    • Read/update shared memory
    • Send response to console process via message queue
  • Update status when done
**Goal:** Execute tasks related to sensor data and console commands **Description:** Process that receives tasks from Dispatcher over unnamed pipe and executes them, updating shared memory and sending responses as needed. **Tasks:** - [ ] Read task from unnamed pipe - [ ] Execute sensor data tasks: - [ ] Update shared memory with sensor stats - [ ] Execute console command tasks: - [ ] Read/update shared memory - [ ] Send response to console process via message queue - [ ] Update status when done
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#5
No description provided.