RFID Guardian Software
From RFID Guardian
RFID Guardian Software
Contents |
[edit] RFID Guardian Software
This document describes the RFID Guardian software at a fairly high level. The target audience is people who want to get familiar with the structure of the software. For programming within the RFID Guardian software, the doxygen documentation of the RFID Guardian library API will be indispensible, see the library API docs .
A RFID Guardian application is linked against the RFID Guardian library (libmrg.a or MRG) and the OS. An application may just glue together library components.
Activity in the RFID Guardian is triggered by user commands, by device interrupts that signal arrival of an RFID message, or by expiration of a timer. The structure of the software reflects this event-driven operation, where high-level activity is caused by low-level events.


