Automatically exported from code.google.com/p/pynfc
License
ikelos/pynfc
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Pynfc - Python bindings for libnfc ================================== Requirements ------------ libnfc >= 1.7.0 python >= 2.6 < 3.0 Building -------- The bindings are constructed at runtime using ctypes. Just ensure the library is correctly installed. Examples -------- There is an example program included for conducting simple mifare authentication: python mifareauth.py Example output (bulk of the raw hex excised for space): Connect to reader: True Initialize Reader: True Field Down: True CRC False: True Parity True: True Field Up: True key: A0A1A2A3A4A5 ... T -> R: A2 7F 33 EE TR == Next(TN, 96): True R -> T: 8F A4 FA D1 T -> R: CA 9E 73 93 This indicates that it successfully authenticated to the requested block. Documentation ------------- The pynfc bindings should offer an intuitive, yet pythonic way of calling the standard libnfc API. This version of pynfc does not yet do that, it is currently just a duplicate of the C library calls without any strong python integration. As much as possible all libnfc commands are mirrored in the created nfc object. Please note whilst this does implement the full range of features found in libnfc, their use in python may be difficult or tricky to use. Pynfc requires much more development and time dedicated to it, before it will be useful as a production tool.
About
Automatically exported from code.google.com/p/pynfc
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published