|
|
|
|
|
by nrabault
1312 days ago
|
|
First,
Thank you for this article. I think embedded system engineers should be more open to learn from other programming domain and try to catch the good things to apply it in the embedded world.
For sure there is some specific constrainsts in the embedded world limiting the usage of web tools. But I agree with you at a system point of view there is a lot of similarities and we could solve a lot of problems by applying the same strategies. I'm an embedded system engineer specialist on robotics. Each robot I worked on have multiple boards (my personal record is 35 boards). Scaling a system like that is an absolute nightmare.
That's why I'm now working on an open-source microservice orchestrator dedicated to critical real-time embedded systems. The concept is to follow the metodologies used to scale complex web applications thanks to a tool able to deal with embedded system specificities.
You can find my Luos lib here : https://github.com/Luos-io/luos_engine
Let me know what you think about it. |
|