Are there any open source IoT frameworks/runtimes similar to Azure IoT but without vendor lockin, software that will basically run on bare metal device and pull down and run containerized images from a registry and handle configuration/twin synchronization with the cloud?
I like the Azure client solution but we cannot use Azure as a backend for this project and forking it does not seem feasible.
Basic requirements are:
- Runs on bare metal.
- Runs containerized images from cloud.
- Manages configuration/twin synchronization with cloud.
- Provides some client side messaging interface between containers.
Thanks