The backend server for the Recon FRC 2017 scouting app.
Be sure to have MongoDB and Python 3.x installed.
- Download the repository:
$ git clone https://github.com/Team334/recon-server.git
$ cd recon-server/
- Install the dependencies:
$ sudo pip3 install mongoengine jsonpickle python-socketio aiohttp aiodns numpy
- Start MongoDB in the background:
$ sudo mongod
- Start Recon Server:
$ python3 main.py
Recon Server is now ready to accept connections from the Recon client.