An open API service indexing awesome lists of open source software.

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

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