This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Mikaël Ates bee762c6b2 Add parsing of get health parameters reader command. 2013-10-08 13:02:02 +02:00
stid_readers Add parsing of get health parameters reader command. 2013-10-08 13:02:02 +02:00
.gitignore Add gitignore file. 2013-05-24 17:15:32 +02:00
README Initial commit. 2013-05-24 16:47:09 +02:00
__init__.py Init file. 2013-05-24 17:02:35 +02:00
_exceptions.py Some exceptions. 2013-05-24 17:02:11 +02:00
commands_standard.py Standard commands dictionnary. 2013-05-24 16:59:58 +02:00
core_standard.py Change header comment on core functions. 2013-10-08 12:27:19 +02:00
demo.py Add parsing of get health parameters reader command. 2013-10-08 13:02:02 +02:00
errors_standard.py Standard errors dictionnary. 2013-05-24 17:00:41 +02:00
models.py data variable is human readable and raw_data is frame encoded. 2013-10-08 12:17:59 +02:00
reader_configs.py Include core function processing in request and response building. 2013-10-07 15:36:48 +02:00
utils.py Some helper functions (crc16 module dependency). 2013-05-24 17:03:34 +02:00

README

librfid - RFID EPC Class 1 Gen2 / ISO/IEC 18000-6C compliant library

Copyright (C) 2013 Entr'ouvert

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

Authors
-------

- Mikael Ates <mates@entrouvert.com>