Skip to content

This is version control software for Lego Mindstorms EV3 to help FLL teams. There is no association with LEGO, and they do not sponsor or endorse this project.

Notifications You must be signed in to change notification settings

alan412/ev3hub

 
 

Repository files navigation

Purpose

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

Disclaimer

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

Known Issues

All known issues are located here: https://github.com/alan412/ev3hub/issues

To Run

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

Issues? Please open them on the github project at https://github.com/alan412/ev3hub

About

This is version control software for Lego Mindstorms EV3 to help FLL teams. There is no association with LEGO, and they do not sponsor or endorse this project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 55.5%
  • HTML 39.6%
  • CSS 4.9%