An attempt to build an application for Goldsprint competition with Arduino, Python and React.
You can build and run application inside the docker container:
docker build . -t gs:latest --no-cache
docker-compose up -d
http://localhost:8000
in your browser to access the applicationThe application was developed and tested with: Ubuntu 15.10, Python 3.5.3 and Node.js 6.3.0.
npm install
& npm run build
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver 8000
python ws_server [PORT]
- PORT is the USB port that receives data from Arduino, e.g. /dev/ttyACM0
on Ubuntuhttp://localhost:8000
in your browser to access the applicationIt is purely a DIY hobby project made by @elwoodxblues and @ssaleta. We build it for Polish Cycle Messenger Championships which took place in Wrocław in 2016 (link). It's not perfect, it's not always doing the measurments 100% correctly, but it's good enough that it worked for us at three goldsprints events. If you'd like to use it and need any help - feel free to contact us.