HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
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
nfc/__init__.py
nfc/__main__.py
nfc/dep.py
nfc/clf/__init__.py
nfc/clf/acr122.py
nfc/clf/arygon.py
nfc/clf/device.py
nfc/clf/pn531.py
nfc/clf/pn532.py
nfc/clf/pn533.py
nfc/clf/pn53x.py
nfc/clf/rcs380.py
nfc/clf/rcs956.py
nfc/clf/transport.py
nfc/clf/udp.py
nfc/handover/__init__.py
nfc/handover/client.py
nfc/handover/server.py
nfc/llcp/__init__.py
nfc/llcp/err.py
nfc/llcp/llc.py
nfc/llcp/opt.py
nfc/llcp/pdu.py
nfc/llcp/sec.py
nfc/llcp/socket.py
nfc/llcp/tco.py
nfc/ndef/__init__.py
nfc/ndef/bt_record.py
nfc/ndef/error.py
nfc/ndef/handover.py
nfc/ndef/message.py
nfc/ndef/record.py
nfc/ndef/smart_poster.py
nfc/ndef/text_record.py
nfc/ndef/uri_record.py
nfc/ndef/wifi_record.py
nfc/snep/__init__.py
nfc/snep/client.py
nfc/snep/server.py
nfc/tag/__init__.py
nfc/tag/pyDes.py
nfc/tag/tt1.py
nfc/tag/tt1_broadcom.py
nfc/tag/tt2.py
nfc/tag/tt2_nxp.py
nfc/tag/tt3.py
nfc/tag/tt3_sony.py
nfc/tag/tt4.py
nfcpy.egg-info/PKG-INFO
nfcpy.egg-info/SOURCES.txt
nfcpy.egg-info/dependency_links.txt
nfcpy.egg-info/not-zip-safe
nfcpy.egg-info/requires.txt
nfcpy.egg-info/top_level.txt
tests/dev_transport_find_test.py
tests/digital_p2p_test.py
tests/llcp_link_test.py
tests/ndef_bt_record_test.py
tests/ndef_handover_test.py
tests/ndef_message_test.py
tests/ndef_record_test.py
tests/ndef_sp_record_test.py
tests/ndef_text_record_test.py
tests/ndef_uri_record_test.py
tests/ndef_wifi_config_record_test.py
tests/ndef_wifi_password_record_test.py
tests/nfc-forum-dta.py
tests/test-example-programs.py
tests/test_llcp_pdu.py
tests/test_llcp_sec.py
tests/test_tag_tt1.py
tests/test_tag_tt2.py
tests/test_tag_tt3.py