ostrosco / comms-rs

A library for building DSP communication pipelines.
MIT License
13 stars 1 forks source link

Create network to manage nodes #90

Open ostrosco opened 5 years ago

ostrosco commented 5 years ago

To manage nodes better, we want to be able to manage all of the nodes in a network so we can do stuff like share state between the network, gracefully shutdown, etc.

ostrosco commented 5 years ago

91 addressed the first part of this, which is having a structure at all and being able to see if all nodes in the structure are connected.