energystorm51 / Multi-Threaded-Network-Server-for-Pattern-Analysis

0 stars 0 forks source link

Manage Multiple Readers #5

Open energystorm51 opened 5 hours ago

energystorm51 commented 5 hours ago

The is Functionality 1 of the Managed Shared List. The purpose is to be able to keep track of the history of how data has arrived and been processed.

Acceptance Criteria:

  1. Initialize the Shared List and create Node structure.
  2. For each incoming read/line, a new node needs to be created and added to the end of the Shared List.
  3. As you add each node to the list you should print a line reporting the addition of that node to the screen (stdout).