Qiang 4cd88a96d5 Add more types and APIs for attr_container (#1841) 3 tahun lalu
..
wasm_django 4cd88a96d5 Add more types and APIs for attr_container (#1841) 3 tahun lalu
README.md b9fd8f916b update IoT cloud demo (#876) 4 tahun lalu
docker-compose.yml b9fd8f916b update IoT cloud demo (#876) 4 tahun lalu

README.md

IoT Application Store

Wasm application management portal for WAMR

Start the server

Using docker

  1. install docker and docker-compose

    sudo apt install docker.io docker-compose
    
  2. start

    docker-compose up
    

    Using commands

    Note: must use python3.5. If you don't have python3.5 on your machine, had better using docker

  3. install the required package

    pip3 install django
    
  4. Start device server

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

    cd wasm_django
    python3 manage.py runserver 0.0.0.0:80
    

Start the runtime

  1. Download WAMR runtime from help page

    NOTE: You need to start the server before accessing this link!

  2. Start a WAMR runtime from localhost

    chmod +x simple
    ./simple
    

    or from other computers

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

Online demo

http://82.156.57.236/