← Back to context

Comment by PlatoIsADisease

4 days ago

Couldn't you make it just as simple with Linux? You are just doing more.

t. Someone with a dozen Apache servers that I only touch when I hit end of life.

Linux is not a realtime OS, so it is never going to be as reliable as bare metal code on MCU.

  • Neither will an ESP32 that needs permanent internet acccess and relies on a publicly available API usually running on Linux servers. Running on a realtime OS is not relevant for zclaw.

  • It has nothing to do with being realtime. Most mcus are also not running any realtime OS.

    What matters here is how dynamic and tightly coupled are the os components. On an embedded system, most of the system and their dependencies are monolithic, without any live updates. The system tends to behave almost deterministically after every reboot.