nasa / fprime

F´ - A flight software and embedded systems framework
https://fprime.jpl.nasa.gov
Apache License 2.0
10.05k stars 1.3k forks source link

Build uplink router #2765

Open thomas-bc opened 3 months ago

thomas-bc commented 3 months ago
F´ Version
Affected Component Router

Feature Description

Following https://github.com/nasa/fprime/issues/2763, build a router that sits after the Deframer and routes F´ packets to either FileUplink or CommandDispatcher

LeStarch commented 3 days ago

@thomas-bc done?

thomas-bc commented 2 days ago

@LeStarch the PR is open here: https://github.com/nasa/fprime/pull/2900

We should keep this issue open until we have merged that, which will require to add more tests to both components.

Also Josh had made the suggestion a while back that Router was quite a generic name. Thoughts on renaming to UplinkRouter, or any other suggestion?

LeStarch commented 2 days ago

UplinkRouter makes more sense!