All Projects → nfcpy → Nfcpy

nfcpy / Nfcpy

Licence: eupl-1.1
A Python module to read/write NFC tags or communicate with another NFC device.

Programming Languages

python
139335 projects - #7 most used programming language

Labels

Projects that are alternatives of or similar to Nfcpy

NFCAndroid
This is a project to using android HCE by using Type-4-Tag Message to working both in iOS and Android
Stars: ✭ 80 (-77.78%)
Mutual labels:  nfc
flutter-nfc
Flutter Android plugin for NFC
Stars: ✭ 14 (-96.11%)
Mutual labels:  nfc
nfc attendance system esp32
NFC Attendance System | 智慧校園NFC考勤系統 | 基於ESP32的智慧校園NFC考勤系統控制器
Stars: ✭ 27 (-92.5%)
Mutual labels:  nfc
nfc-manager
Flutter app for accessing the NFC features on Android and iOS.
Stars: ✭ 57 (-84.17%)
Mutual labels:  nfc
HPlayer2
Modular Media Player for Raspberry Pi and more...
Stars: ✭ 28 (-92.22%)
Mutual labels:  nfc
cie-PN532
Arduino library for SPI and I2C access to the NFC chip in the Italian Electronic Identity Card (CIE)
Stars: ✭ 22 (-93.89%)
Mutual labels:  nfc
rfid-reader-http
PC/SC lite HTTP wrapper for reading from a remote card reader (RFID & NFC).
Stars: ✭ 27 (-92.5%)
Mutual labels:  nfc
Nfc Pcsc
Easy reading and writing NFC tags and cards in Node.js
Stars: ✭ 322 (-10.56%)
Mutual labels:  nfc
nfcproxy
用两个安卓手机的nfc功能截取iso14443交互数据 fork by https://github.com/nfcproxy/NFCProxy
Stars: ✭ 30 (-91.67%)
Mutual labels:  nfc
hydranfc
HydraNFC is an open source NFC (13.56MHz) Shield hardware for researcher, hackers, students, embedded software developers or anyone interested in debugging/hacking/developing/penetration testing NFC hardware.
Stars: ✭ 66 (-81.67%)
Mutual labels:  nfc
tangem-sdk-ios
The native Swift library for iOS platforms
Stars: ✭ 35 (-90.28%)
Mutual labels:  nfc
Plugin.NFC
A Cross-Platform NFC (Near Field Communication) plugin to easily read and write NFC tags in your application.
Stars: ✭ 113 (-68.61%)
Mutual labels:  nfc
nfc-laboratory
NFC signal and protocol analyzer using SDR receiver
Stars: ✭ 41 (-88.61%)
Mutual labels:  nfc
flipperzero-firmware
Flipper Zero firmware source code
Stars: ✭ 2,551 (+608.61%)
Mutual labels:  nfc
Core-NFC-Example
An example project which demonstrate the usage of iOS 11 Core NFC framework.
Stars: ✭ 19 (-94.72%)
Mutual labels:  nfc
EasyNfc
[Android] A Android nfcLib
Stars: ✭ 30 (-91.67%)
Mutual labels:  nfc
NFCReaderWriter
NFCReaderWriter which supports to read data from NFC chips(iOS 11), write data to NFC chips(iOS 13) and read NFC tags infos(iOS 13) by iOS devices. Compatible with both Swift and Objective-C. I will appreciate you if give me a star on the top right of page.
Stars: ✭ 58 (-83.89%)
Mutual labels:  nfc
Tretjapannfcreader
NFC (FeliCa) Reader for iOS 13 Core NFC / 日本の NFC、FeliCa カード向けリーダーライブラリ(iOS 13.0 以降 Core NFC)交通系IC(Suica、PASMO など)、楽天Edy、nanaco、WAON など、運転免許証、マイナンバーカードの読み取り
Stars: ✭ 323 (-10.28%)
Mutual labels:  nfc
Plantain
Android приложение для чтения/записи информации на карты Mifare Classic
Stars: ✭ 14 (-96.11%)
Mutual labels:  nfc
FudiNFC
💳 NFC Reader And Writer using Android devices by @romellfudi
Stars: ✭ 44 (-87.78%)
Mutual labels:  nfc

Python module for near field communication

.. image:: https://badge.fury.io/py/nfcpy.svg :target: https://pypi.python.org/pypi/nfcpy :alt: Python Package

.. image:: http://readthedocs.org/projects/nfcpy/badge/?version=latest :target: http://nfcpy.readthedocs.io/en/latest/?badge=latest :alt: Documentation

.. image:: https://travis-ci.org/nfcpy/nfcpy.svg?branch=master :target: https://travis-ci.org/nfcpy/nfcpy :alt: Build Status

.. image:: https://codecov.io/gh/nfcpy/nfcpy/branch/master/graph/badge.svg :target: https://codecov.io/gh/nfcpy/nfcpy :alt: Code Coverage

.. _Python: https://www.python.org .. _EUPL: https://joinup.ec.europa.eu/software/page/eupl .. _GitHub: https://github.com/nfcpy/nfcpy .. _issues: https://github.com/nfcpy/nfcpy/issues .. _NFC Forum: http://nfc-forum.org/ .. _PyPI: https://pypi.python.org/pypi/nfcpy .. _Read the Docs: https://nfcpy.readthedocs.org/ .. _Launchpad: https://launchpad.net/nfcpy .. _answers: https://answers.launchpad.net/nfcpy .. _stackoverflow: http://stackoverflow.com/search?q=%5Bnfc%5D+is%3Aquestion+nfcpy

The nfcpy module implements NFC Forum_ specifications for wireless short-range data exchange with NFC devices and tags. It is written in Python_ and aims to provide an easy-to-use yet powerful framework for applications integrating NFC. The source code is licensed under the EUPL_ and hosted on GitHub. Release versions are published on PyPI for pip install -U nfcpy. Documentation for latest development and active release versions can be found on Read the Docs. The GitHub issues tracker is the place for bug reports or related questions. Other questions may have been or get answered on the project's Launchpad answers_ page or stackoverflow_.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].