Software: Difference between revisions
Line 38: | Line 38: | ||
= Software Requirements = | = Software Requirements = | ||
There are several | There are several tasks this system needs to do which requires software to comprehend data and store and upkeep information: | ||
* Keep track of which cubbies are empty/full | * Keep track of which cubbies are empty/full | ||
* Designate a new package to | * Designate a new package to an empty cubby | ||
* Notify customer of package arrival | * Notify customer of package arrival | ||
* Identify between Drone RFID & Tote RFID | |||
* Keep track of multiple drones in queue | * Keep track of multiple drones in queue | ||
* Notify if package has been in system for more than 3 days | * Notify if package has been in system for more than 3 days | ||
* Allow postman to input packages in the non-drone cubbies | * Allow postman to input packages in the non-drone cubbies | ||
* Report full, malfunction, etc. | |||
* Open correct cubby after user inputs code | |||
This software will basically hold all the information that is needed to make the system run and maintain. | |||
== Existing Software == | == Existing Software == | ||
The Amazon Locker System: | |||
Its software allows ....... | |||
It addresses several bullet points of what we need our software to do | |||
Notifies customer of package arrival; How? | |||
Keeps track of full & empty cubbies; HOw? | |||
Postman package allocation: How? | |||
Notifies if package has been in system for more than 3 days: How? | |||
Opens correct cubby after user inputs code: How? | |||
Would have to be manipulated for drones: How? | |||
Manipulation to add certain components. | |||
So it can do these things, | |||
How good is a RFID reader to split various IDs into categories. | |||
= References = | = References = | ||
<references /> | <references /> |
Revision as of 11:00, 11 October 2014
Software Requirements
There are several tasks this system needs to do which requires software to comprehend data and store and upkeep information:
- Keep track of which cubbies are empty/full
- Designate a new package to an empty cubby
- Notify customer of package arrival
- Identify between Drone RFID & Tote RFID
- Keep track of multiple drones in queue
- Notify if package has been in system for more than 3 days
- Allow postman to input packages in the non-drone cubbies
- Report full, malfunction, etc.
- Open correct cubby after user inputs code
This software will basically hold all the information that is needed to make the system run and maintain.
Existing Software
The Amazon Locker System: Its software allows .......
It addresses several bullet points of what we need our software to do
Notifies customer of package arrival; How? Keeps track of full & empty cubbies; HOw? Postman package allocation: How? Notifies if package has been in system for more than 3 days: How? Opens correct cubby after user inputs code: How?
Would have to be manipulated for drones: How?
Manipulation to add certain components.
So it can do these things,
How good is a RFID reader to split various IDs into categories.