chenkeli666 / tinyos-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TinyOS

  1. Install git and docker-win && add your user to docker group

    Get Docker

  2. clone this repo

git clone https://github.com/chenkeli666/tinyos-docker.git
  1. build the docker image
cd tinyos-docker && docker build . -t tinyos

Step 1-3 should only be done ONCE

  1. run the image.
docker run -it --rm tinyos

If you want to restart the container after exiting, repeat only step4 and DON'T do step1-3 again. unless you know what you're doing.

  1. build the app
# run the following commands in the docker container
# that you have entered in step 4.
cd tinyos/apps/Blink
make micaz sim

About


Languages

Language:Shell 57.8%Language:Dockerfile 42.2%