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 aa1d837c67 Precise that we use the 5AA protocol with readers. 2013-10-07 16:44:50 +02:00
stid_readers Fix copyright owner in file header. 2013-05-24 17:25:54 +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 Core treatment functions. 2013-05-24 17:05:17 +02:00
demo.py Adapt demo due to direct core function access removal. 2013-10-07 15:39:56 +02:00
errors_standard.py Standard errors dictionnary. 2013-05-24 17:00:41 +02:00
models.py Precise that we use the 5AA protocol with readers. 2013-10-07 16:44:50 +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>