Skip to content

IannoIITR/Indigenous

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Indigenous

Prerequisites

  • Linux Machine
  • 2 Anroid Phones or Emulators

Installation

  • Open Terminal
  • Move into directory containing requirements.txt
  • Install the dependencies
$ pip install -r requirements.txt

Server

  • 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

Server 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published