This repository has been archived on 2023-11-05. You can view files and clone it, but cannot push or open issues or pull requests.
wasm-micro-runtime/test-tools/IoT-APP-Store-Demo
Josh Triplett 548926ab1a Rename "master" branch to "main"
Update all links accordingly. Also update links to other repositories
whose branches have renamed.

The references to repositories whose branches have not renamed should be
referencing specific commits anyway, so reference those specific commits
by hash.
2020-06-27 02:39:47 -07:00
..
wasm_django Rename "master" branch to "main" 2020-06-27 02:39:47 -07:00
README.md Update README.md (#114) 2019-09-09 20:51:40 +08:00

IoT Application Store

Wasm application management portal for WAMR

Requirement

Install django with pip3

pip3 install django

Run

  1. Start wasm server

    cd wasm_django/server
    python3 wasm_server.py
    
  2. Start IoT application management web portal

    cd wasm_django
    python3 manage.py runserver 0.0.0.0:80
    
  3. Download WAMR runtime from help page

    NOTE: You need to start web server according to step 2 before accessing this link!

  4. Start a WAMR runtime from localhost

    ./simple
    

    or from other computers

    ./simple -a [your.server.ip.address]
    

Online demo

http://39.106.110.7/