LiquidAI-project / wasmiot-supervisor

Device supervisor to manage deployment of WebAssembly modules. Works together with wasmiot-orchestrator.
MIT License
0 stars 1 forks source link

Replace M2M calls done with `requests` with protocol naive solution #18

Open isoteemu opened 1 year ago

isoteemu commented 1 year ago

Currently the supervisor makes the calls with requests library. As plan is to support CoAP, and the requests only support http, we'll need a wrapper for it.