.coveragerc
.travis.yml
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
requirements-dev.txt
requirements-pypi.txt
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/conf.py
docs/index.rst
docs/make.bat
docs/overview.rst
docs/examples/beam.rst
docs/examples/cli-debug-options.txt
docs/examples/cli-device-options.txt
docs/examples/cli-general-options.txt
docs/examples/cli-peermode-options.txt
docs/examples/cli-reader-options.txt
docs/examples/index.rst
docs/examples/listen.rst
docs/examples/ndeftool.rst
docs/examples/rfstate.rst
docs/examples/sense.rst
docs/examples/tagtool.rst
docs/images/ndefmsg.png
docs/images/nfcpy-logo-192x192.png
docs/images/nfcpy-logo-32x32.ico
docs/images/nfcpy-logo-64x64.png
docs/images/nfcpy-logo.xcf
docs/images/tt3attrblock.png
docs/modules/clf.rst
docs/modules/handover.rst
docs/modules/index.rst
docs/modules/llcp.rst
docs/modules/ndef.rst
docs/modules/nfc.rst
docs/modules/snep.rst
docs/modules/tag.rst
docs/testing/handover.rst
docs/testing/index.rst
docs/testing/llcp.rst
docs/testing/phdc.rst
docs/testing/snep.rst
docs/testing/test-tags.rst
docs/topics/get-started.rst
docs/topics/llcp.rst
docs/topics/ndef.rst
docs/topics/snep.rst
examples/__init__.py
examples/beam.py
examples/cli.py
examples/handover-test-client.py
examples/handover-test-server.py
examples/listen.py
examples/llcp-dta-iut.py
examples/llcp-dta-test.py
examples/llcp-test-client.py
examples/llcp-test-server.py
examples/ndeftool.py
examples/phdc-test-agent.py
examples/phdc-test-manager.py
examples/rfstate.py
examples/sense.py
examples/snep-test-client.py
examples/snep-test-server.py
examples/tagtool.py
src/nfc/__init__.py
src/nfc/__main__.py
src/nfc/dep.py
src/nfc/clf/__init__.py
src/nfc/clf/acr122.py
src/nfc/clf/arygon.py
src/nfc/clf/device.py
src/nfc/clf/pn531.py
src/nfc/clf/pn532.py
src/nfc/clf/pn533.py
src/nfc/clf/pn53x.py
src/nfc/clf/rcs380.py
src/nfc/clf/rcs956.py
src/nfc/clf/transport.py
src/nfc/clf/udp.py
src/nfc/handover/__init__.py
src/nfc/handover/client.py
src/nfc/handover/server.py
src/nfc/llcp/__init__.py
src/nfc/llcp/err.py
src/nfc/llcp/llc.py
src/nfc/llcp/pdu.py
src/nfc/llcp/sec.py
src/nfc/llcp/socket.py
src/nfc/llcp/tco.py
src/nfc/ndef/__init__.py
src/nfc/ndef/bt_record.py
src/nfc/ndef/error.py
src/nfc/ndef/handover.py
src/nfc/ndef/message.py
src/nfc/ndef/record.py
src/nfc/ndef/smart_poster.py
src/nfc/ndef/text_record.py
src/nfc/ndef/uri_record.py
src/nfc/ndef/wifi_record.py
src/nfc/snep/__init__.py
src/nfc/snep/client.py
src/nfc/snep/server.py
src/nfc/tag/__init__.py
src/nfc/tag/tt1.py
src/nfc/tag/tt1_broadcom.py
src/nfc/tag/tt2.py
src/nfc/tag/tt2_nxp.py
src/nfc/tag/tt3.py
src/nfc/tag/tt3_sony.py
src/nfc/tag/tt4.py
src/nfcpy.egg-info/PKG-INFO
src/nfcpy.egg-info/SOURCES.txt
src/nfcpy.egg-info/dependency_links.txt
src/nfcpy.egg-info/not-zip-safe
src/nfcpy.egg-info/requires.txt
src/nfcpy.egg-info/top_level.txt
tests/base_clf_pn53x.py
tests/nfc-forum-dta.py
tests/test-example-programs.py
tests/test_clf_acr122.py
tests/test_clf_arygon.py
tests/test_clf_device.py
tests/test_clf_init.py
tests/test_clf_pn531.py
tests/test_clf_pn532.py
tests/test_clf_pn533.py
tests/test_clf_rcs380.py
tests/test_clf_rcs956.py
tests/test_clf_transport.py
tests/test_clf_udp.py
tests/test_dep.py
tests/test_llcp_err.py
tests/test_llcp_llc.py
tests/test_llcp_pdu.py
tests/test_llcp_sec.py
tests/test_llcp_socket.py
tests/test_llcp_tco.py
tests/test_tag_tag.py
tests/test_tag_tt1.py
tests/test_tag_tt1_broadcom.py
tests/test_tag_tt2.py
tests/test_tag_tt2_nxp.py
tests/test_tag_tt3.py
tests/test_tag_tt3_sony.py
tests/test_tag_tt4.py