Actor Framework Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Actor Framework project code for a robot boat.

Hello, I wanted to share the software for a robot dolphin research boat I wrote using the Actor Framework in case it's any help to anyone. I created a system that allowed for a one-to-many publisher/subscribers model. This allowed me to create independent actors that subscribe to messages they care about on launch, and publish only to one special actor called a router, and not have to care about who needs the data.

 

Code and docs here: https://github.com/paulsammut/robodolf

 

Thanks!

Message 1 of 2
(2,398 Views)

I didn't check out the code yet, but the documentation looks wonderful. Thanks for sharing!


GCentral
Message 2 of 2
(2,373 Views)