https://github.com/nfc-tools/libndef
Qt library to encode/decode NDEF (NFC Data Exchange Format) messages
https://github.com/nfc-tools/libndef
Last synced: about 1 year ago
JSON representation
Qt library to encode/decode NDEF (NFC Data Exchange Format) messages
- Host: GitHub
- URL: https://github.com/nfc-tools/libndef
- Owner: nfc-tools
- License: lgpl-3.0
- Created: 2013-12-16T23:16:57.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-09-28T09:15:05.000Z (over 5 years ago)
- Last Synced: 2025-03-21T03:23:31.151Z (about 1 year ago)
- Language: C++
- Size: 49.8 KB
- Stars: 29
- Watchers: 15
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
libndef 1.2.0
*************
Introduction
============
This is a C++ library for use in reading and writing messages based on
"NDEF (NFC Data Exchange Format) Specification".
For more info please visit: http://www.nfc-forum.org/specs/spec_list/
It depends on "QtCore" module (from "Qt Framework", visit: http://qt.nokia.com).
Installation
============
Follow the instructions in the INSTALL file.