Skip to content

Team334/recon-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages