Free-Brick-Studio / Bricxer

A fancy little box made to give better control over application volume.
0 stars 0 forks source link

Controller connection #28

Closed Michael-Longley closed 3 years ago

Michael-Longley commented 3 years ago

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}