Skip to content

📦Package-Tracker a small unmanned aerial systems (SUAS) to track packages within the Lincoln and Omaha, Nebraska, areas.

Notifications You must be signed in to change notification settings

zhuxinyishcn/Package-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Package-Tracker a small unmanned aerial systems (SUAS) to track packages within the Lincoln and Omaha, Nebraska, areas.

Libraries && Implementation

  • Hibernate: The Object/Relational Mapping (ORM) framework. We use hibernate to populate backend database
  • Google cloud Platform: Google cloud Platform: Geocoding API web service is easy to use Take advantage of the Big data that google have
  • Gson: It help us better manage the Http response after we sent the get request to Google cloud
  • JUnit: JUnit is helpful Library to design and implement a test suite
  • Multithreading : Using Thread as an alternate way to imitate mulTple package shipments

Instructions to build and run the program

  • Import /src/main/resources/table.sql to your MySQL database. Rename file /src/main/resources/hibernate.cfg.xml.sample to /src/main/resources/hibernate.cfg.xml.
  • <property name="connection.url"> jdbc:mysql://127.0.0.1:3306/Username?useUnicode=true&amp;useJDBCCompliantTimezoneShift=true&amp;useLegacyDatetimeCode=false&amp;serverTimezone=UTC
  • <property name="connection.username">User Name</property>
  • property name="connection.password">Password</property>

Rename file /src/main/resources/api.info.sample to /src/main/resources/api.info.
Add API key for Google Cloud Platform with access to Geocoding API

Description

Bohn's Drones is a courier service using small unmanned aerial systems (SUAS) to deliver packages within the Lincoln and Omaha, Nebraska, areas. When a customer needs a package to be delivered, a SUAS is dispatched from a nearby depot to pick up the package.

Because the SUAS has a limited range, there are depots every ten miles along I-80 between Seward and the Missouri River. There are also depots in Lincoln at the intersection of O Street and 27th Street, at the intersection of O Street and 84th Street, and at the intersection of 84th Street and Nebraska Highway 2. When a SUAS with a package arrives at a depot, the package is handed off to another SUAS which will carry the package to the next depot or the destination (if the destination is within range).

A customer (both the sender and the receiver) should be able to observe the status of a delivery, to include the point of origin and the destination, when the SUAS was dispatched, when the SUAS picked up the package, when the package was handed off to another SUAS at each depot visited, and when the package was delivered. A customer should also be able to generate a delivery request, which will cause a SUAS to be dispatched automatically to pick up the package.

The Bohn's Drones staff should be able to observe where each SUAS is, whether at a depot, between depots, en route to/from a customer, or at a customer's location. The staff should be able to observe which package is aboard which SUAS. Just as the customers can, the staff should be able to observe a package's status. While dispatching a SUAS to pick up a package is automatic, the staff should be able to dispatch an empty SUAS from one depot to another.

Current information about the SUAS & package locations & destinations must be recoverable after a power outage.

Preview

Preview

About

📦Package-Tracker a small unmanned aerial systems (SUAS) to track packages within the Lincoln and Omaha, Nebraska, areas.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages