This is to provide version control for EV3 files such that FLL teams can work on multiple computers.
This starts from the great work done by Thad Hughes at https://github.com/Thaddeus-Maximus/ev3hub
This is from reverse engineering the EV3 format. (which could change at any time) There is absolutely NO promise made that your data will be ok. It has not been thoroughly tested.
Note that this now REQUIRES python3.5 or higher
All known issues are located here: https://github.com/alan412/ev3hub/issues
This is available at http://beta.ev3hub.com
If you want to run your own server, use virtualenv and the requirements.txt file to get the needed Python bits.
- For Debug: python ev3hub.py development.conf
- For 'Production': python ev3hub.py production.conf
It will put a webserver on port 8080 on the machine you run on
Issues? Please open them on the github project at https://github.com/alan412/ev3hub