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

Creating a call chain to next module+func #11

Closed trkks closed 1 year ago

trkks commented 1 year ago

Supervisors should communicate (M2M) by making HTTP-requests in order to compose application. Initial version could forward output of successfully running fibo e.g. 7 -> 21 to the same device e.g. 21 -> 1711.

This should ideally be done "generically" enough so switching for actually using another device's address would be easy.