Prerequisites
- 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_STORAGEto the directory where you would like to store data. - Change the variable
HOST_IPto the intranet ip where clients will send request. - Run server.py
$ python server.pyServer will collect location data of all transporters whenever available via GPS; quantity of produce at every market on a daily basis; and daily revenue generated by individual farmers for the specific produce(submitted by farmer). This data will then be used as described in the report pdf.