Package component

[CSE461] Implements the main components of the RFID system: the reader, the tags, and the communication medium (as well as a BitMemory).

See:
          Description

Class Summary
BitMemory Generic implementation of a bit addressable memory.
RFIDChannel An RFIDChannel represents the wireless medium between the reader and the tags.
RFIDReader [CSE461] Implementation of the RFID Reader, which controls the collision resolution procedure.
RFIDTag Implementation of a CSE461 tag, which is based on the Class 1 Gen 2 UHF spec.
 

Package component Description

[CSE461] Implements the main components of the RFID system: the reader, the tags, and the communication medium (as well as a BitMemory).