https://github.com/freakyali/nfc-ndef
NDEF NFC communication for Xamarin and MAUI applications
https://github.com/freakyali/nfc-ndef
Last synced: over 1 year ago
JSON representation
NDEF NFC communication for Xamarin and MAUI applications
- Host: GitHub
- URL: https://github.com/freakyali/nfc-ndef
- Owner: FreakyAli
- License: mit
- Created: 2022-08-20T15:52:31.000Z (almost 4 years ago)
- Default Branch: develop
- Last Pushed: 2024-02-14T10:48:28.000Z (over 2 years ago)
- Last Synced: 2025-03-18T16:13:05.340Z (over 1 year ago)
- Language: C#
- Size: 1.07 MB
- Stars: 17
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NDEF communication for XF and MAUI
A basic POC that deals with data transfer from Mobile devices to a tag through NDEF.
There are two Major Projects here NDEF(XF) and NDEF.MAUI, both have a basic ui screen that transfers data to an NFC tag through NDEF.
#Disclaimer: Only works for Android and iOS mobile devices (Haven't tested on tablets).
The following Medium Article gives you a gist of how is everything set up : https://medium.com/@freakyali/nfc-ndef-communication-with-xamarin-forms-fae28632c2d3