HTTP/REST server to collect data from MultiPathControl's Android application.
This Android app sends data to this server in a POST HTTP request and in JSON format. All data are added to a MongoDB database.
Simply launch server.py file. Here is optional arguments:
-ior--ip: IP address bind by this server ; default:0.0.0.0-por--port: port the server will listen to ; default:1234-Ior--ip_db: IP address used by MongoDB server ; default:127.0.0.1-Por--port_db: port the DB listen to ; default:27017-Nor--db_name: name of the database to connect to ; default:mpctrl