Skip to content

Latest commit

 

History

History
25 lines (24 loc) · 636 Bytes

README.md

File metadata and controls

25 lines (24 loc) · 636 Bytes

Recon Server

The backend server for the Recon FRC 2017 scouting app.

Usage

Be sure to have MongoDB and Python 3.x installed.

  1. Download the repository:
$ git clone https://github.com/Team334/recon-server.git
$ cd recon-server/
  1. Install the dependencies:
$ sudo pip3 install mongoengine jsonpickle python-socketio aiohttp aiodns numpy
  1. Start MongoDB in the background:
$ sudo mongod
  1. Start Recon Server:
$ python3 main.py

Recon Server is now ready to accept connections from the Recon client.