Tracking a package in real time using mobile location data
- Linux Machine
- 2 Anroid Phones or Emulators
- Open Terminal
- Move into directory containing requirements.txt
- Install the dependencies
$ pip install -r requirements.txt
- Open server.py using your favourite code editor
- Change the variable
BASE_DIRECTORY_STORAGE
to the directory where you would like to store data. - Change the variable
HOST_IP
to the intranet ip where clients will send request. - Run server.py
$ python server.py