+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ RFID BASED TRACKING SYSTEM +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ The project included a Java-based interface for guiding various industrial logistics functions such as Cycle Count, Inventory Tracking, Palletization, Unloading etc. and supported 7 types of barcode reading namely UPC-E, EAN-8, EAN-13, Code 128, Interleaved 2 of 5, Code 39 and QR Code. The project was sponsored by Arshiya International, a supply chain and logistics infrastructure company. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ PROJECT DESCRIPTION +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ Attached are some images of a working prototype of Project RF Mobility. I have also attached a sample set of Barcode Images upon which I have experimented. At the moment, I have created a simple database which has a list of users and their passwords. My application first accepts input for the username (4 digit employee code), checks for a valid user by performing a lookup in the database, only if the user is valid, further asks for a password. On similar lines, a lookup for the password is performed against the username in the database. If valid, the user is authenticated. Upon authentication, the barcode image stored on computer which has been obtained from a RFID Barcode Scanner (interfaced with computer) is identified, processed and is converted to readable text. I have added the Employee Working Area feature (user privilege modification) which will deliver all the task types which have been assigned to the user for that area. This has been achieved by extending the database I have created.