cubesatlab / cubedos

A flight software framework in SPARK/Ada
48 stars 5 forks source link

How should the Publish/Subscribe Server deal with multiple domains? #23

Open pchapin opened 2 years ago

pchapin commented 2 years ago

It should be possible for modules in multiple domains to subscribe to channels on a single pub/sub server. Messages published to those channels must then be sent to all subscribes, including those in other domains. Currently the pub/sub server doesn't retain enough information to make this happen.