Hi guys, I have initial thoughts on connecting a small drone to a computer
console-like system, programming in Nim, and sending messages to it, not via
the hardware controller, but via the software. it could be several drones,
maybe send them tasks to perform. From a software design perspective, what
would be your suggestions, and what does it entail to connect hardware in such
a fashion. (do I need to implement communication protocols etc?) Help me see
the overview, and give tips for design, for example (thought ECS may fit this,
what kind of multi threading would I need etc) basically controller and workers
communicating back and forth, possibly p2p as well (among them if possible - i
don't know yet). Is this too huge of a project? Thanks for ideas, references to
existing libs, and for reading and giving your input