guruofquality / gras

GRAS: The GNU Radio Advanced Scheduler
https://github.com/guruofquality/gras/wiki
Other
23 stars 11 forks source link

network distribution of tasks #73

Closed guruofquality closed 9 years ago

guruofquality commented 11 years ago

Theron has a great mechanism to pass messages to actors over a network. I haven’t taken the time yet to fully understand this feature. I hope that with proper serialization, we have come up with some nice polished hooks in GRAS to expose network distribution.

guruofquality commented 11 years ago

Theron 6 will have serialization hooks for non PODs -- this is happening

guruofquality commented 9 years ago

Unfortunately this feature never made it into GRAS. But I never stopped working towards this goal. With the Pothos data flow suite, you can remotely distribute topologies across hosts on a local network. There are both API hooks for this and a very natural way to migrate part or all of a topology to a remote host from within the GUI tool. I have also been using this feature substantially to develop on embedded SDRs from my x86 dev machine.