Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/AdamLaurie/RFIDIOt
python RFID / NFC library & tools
https://github.com/AdamLaurie/RFIDIOt
Last synced: 22 days ago
JSON representation
python RFID / NFC library & tools
- Host: GitHub
- URL: https://github.com/AdamLaurie/RFIDIOt
- Owner: AdamLaurie
- Created: 2011-10-31T10:14:31.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T12:15:45.000Z (about 2 months ago)
- Last Synced: 2024-10-29T22:33:07.185Z (about 1 month ago)
- Language: Python
- Homepage: http://www.rfidiot.org/
- Size: 1.04 MB
- Stars: 1,047
- Watchers: 123
- Forks: 223
- Open Issues: 24
-
Metadata Files:
- Readme: README.TXT
- Changelog: CHANGES
Awesome Lists containing this project
- awesome-hacking-lists - AdamLaurie/RFIDIOt - python RFID / NFC library & tools (Python)
README
/* RFIDIOt.py - RFID IO tools for python
*
* Adam Laurie
* http://rfidiot.org/
*
* This code is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This code 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 General Public License for more details.
*/Copyright (c) 2006-2011 Adam Laurie
q: What is RFIDIOt?
a: A collection of tools and libraries for exploring RFID technology, written
in python.q: Why RFIDIOt?
a: I like silly puns. Also, I'm coming at this from an idiot's point of view:
I know nothing about RFID tags, and even less about python. As such, I felt a
complete idiot when I started. :)q: How can I contribute?
a: Send me patches, info, new tools, coffee, money, drugs and/or a Miles Davis song :)q: What hardware is supported?
a: So far this works with the ACG serial readers. I use the CF Card model,
but it should also work with the USB version by changing the serial port to
/dev/ttyUSB0. You can find more details here:http://www.acg.de
q: So what exactly is here?
a: Please see http://www.rfidiot.org/documentation.html