Terrapin-Rocket-Team / Ground-Station

A Node.js/Electron ground station user interface to display and log APRS messages recieved over Serial
0 stars 0 forks source link

Improved multiplexing #23

Open jhauerst opened 1 month ago

jhauerst commented 1 month ago

Description

The current multiplexing system is in need of improvement so that it is more robust for future use at the next Spaceport competition. The improved system should be able to handle a wider range of situations (e.g., different numbers/types of streams being available), and be more resilient to errors. It also will need to be able to handle an increased data rate, since the targeted bitrate of live video next year will be higher.

Tasks

Notes

jhauerst commented 2 weeks ago

Getting the serial driver running on Linux has been added as #25.