###Instructions:
- Add mapbox token into settings.py os.environ.setdefault("MAPBOX_ACCESS_TOKEN", 'pk.test')
git clone [email protected]:rlazoryshchak/gt02a_tracker.gitvirtualenv envsource env/bin/activatepip install -r requirements.txtcd gt02a_trackerpython manage.py migratepython manage.py createsuperuserpython gps_socket_handler & python manage.py runserver 0.0.0.0:8000
- open new terminal tab and simulate gsp tracker socket request
python gps_socket_sender.py - navigate http://server.ip/2016-01-14 you will see demo
###Usage:
- configure your gps device to server ip and port 8821, run server and waiting for coordinates receiving