Skip to content

v-p-b/Sensor-Watch-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dockerized Sensor Watch Emulator

Usage

Clone your Sensor-Watch repository to this directory (submodules won't work!):

git clone https://github.com/joeycastillo/Sensor-Watch

Use Docker Compose to build and run the emulator:

docker-compose up

The emulator is available at http://localhost:8000/watch.html

To build the native firmware, set the BUILD_ACTION environment variable to native:

BUILD_ACTION=native docker-compose up

These commands obviously work on the previously cloned Sensor-Watch directory, that is mounted to the container, so if you want to preserve a build, you should move it away from Sensor-Watch/movement/make/build before running docker-compose again.

About

Dockerized Sensor Watch Emulator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published