Project
This is the description of the project that should be completed as a part of the seminar
The topic of the project is make a system for tracking cattle based on RFID!
Deadlines
Step 1 - working webservices and databases
By wednesday at 15:00 the project groups shall be able to show the following:
- Webservices for registering "cattle events" - birth, movements, sales and slaughter/death
- Working client to test the webservices
Step 2 - working system with a webpage for all events
By friday at 12:00 the project groups shall be able to show the following:
- The webservices above
- Clients that work with registering events for birth, movements, sales and slaughter/death - use bar codes for cattle tags
- A web server that show information about a specific animal
Final report
By friday 16:00 a written report shall be delivered in 2 copies.
Things to consider
- An animal get a tag from "Mattilsynet" that has printed an ID for the farm and an ID for the animal. This have to change if the animal is sold from one farm to another (this is of course silly when electronic tags replace the plastic tags)
- Listing of events should give a sensible history of an animal - preferably with highlights of the history and key data for the animal
- The system should be operated by different people having different roles. These roles have to be clarified and explained - especially in the report
Implementation details
It is no special requirements regarding languages or databases.
If somebody want to try out Python it is provided some information about how to set up a working system with SOAP and MySQL.