Plugin.NFC
Plugin.NFC copied to clipboard
Add support to Linux systems
This issue is to track the support to Linux systems.
Since the Xamarin will become MAUI and multi-platform framework including Linux system, we gonna need to support also Linux system to fill the gap on platforms implementations.
Here is a background
Now the linux NFC is provided by https://github.com/nfc-tools/libnfc
@danielmeza that library is in C. It would be interest see it in action. What's a good starting point?