wasm-micro-runtime/core/app-mgr
Daniel Mangum 657fd7bb42
Fix broken links in app-mgr README.md (#2786)
Fixes a few relative path broken links in app-mgr README.md.

Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com>
2023-11-20 10:04:45 +08:00
..
app-manager Extend os_mmap to support map file from fd (#2763) 2023-11-16 08:28:54 +08:00
app-mgr-shared Enhance app manager (#1011) 2022-02-17 15:04:52 +08:00
module.json Enable AoT and wamr-sdk, and change arguments of call wasm API (#157) 2020-01-21 13:26:14 +08:00
README.md Fix broken links in app-mgr README.md (#2786) 2023-11-20 10:04:45 +08:00

Remote application management

The WAMR application manager supports remote application management from the host environment or the cloud through any physical communications such as TCP, UPD, UART, BLE, etc. Its modular design makes it able to support application management for different managed runtimes.

The tool host_tool communicates to the WAMR app manager for installing/uninstalling the WASM applications on companion chip from the host system. And the IoT App Store Demo shows the conception of remotely managing the device applications from the cloud.