Open-Source-Digital-Twin / furuta-pendulum-controller

MIT License
2 stars 1 forks source link

Local server management with boost #36

Open LLagu opened 1 year ago

LLagu commented 1 year ago

Exploring how to communicate with the Bevy engine using protobuff messages. The idea is to use the boost library spawn a server that communicates with Bevy through a port.

Since abseil hasn't been used yet and it's not possible to manage local servers with it, it might be beneficial to remove it as a dependency all together,