Closed Michael-Longley closed 3 years ago
We need to connect the controller to the computer and send messages back and forth.
The controller needs to be able to send and receive the messages from the controller to be able to actually adjust the volume.
Spin up a thread to always be listening to a fixed port and Board name. Then send messages from the UI all the way through to the controller.
This needs to be a daemon because we want it to stop when the program stops. Fixes {Issue Link}
Description
We need to connect the controller to the computer and send messages back and forth.
Problem
The controller needs to be able to send and receive the messages from the controller to be able to actually adjust the volume.
Solution
Spin up a thread to always be listening to a fixed port and Board name. Then send messages from the UI all the way through to the controller.
This needs to be a daemon because we want it to stop when the program stops. Fixes {Issue Link}