Library For Android V1.0 — Winsoft Nfc.net

Their innovation was brutal in its simplicity. Instead of fighting Android’s Java-based NfcDispatcher , they wrote a thin, high-performance C++ shim using the Android NDK. This shim sat directly above the Linux kernel’s NFC driver, intercepting polling events at 13.56 MHz. Then, they marshaled those events directly into .NET’s Span<byte> structures—zero copying, zero Java heap allocations.

The Bridge at 13.56 MHz

“Ship it,” he whispered. But the corporate world doesn’t care about elegant code. Two weeks before the planned v1.0 release, WinSoft received a cease-and-desist letter from OmniTouch Systems , a Silicon Valley giant that had just released its own proprietary “NFC Bridge for Cross-Platform.” WinSoft NFC.NET Library for Android v1.0

Within 48 hours, it was the #1 trending package on NuGet.org under the “Mobile” category. Hacker News front page: “Finally, .NET devs can touch NFC without bleeding from the eyes.” Their innovation was brutal in its simplicity

“v2.0 adds host-based card emulation. We let C# apps become NFC cards. Banks are already calling.” Then, they marshaled those events directly into

“They can’t patent ‘not using Java,’” Zoe said. “We don’t infringe because we don’t have a UI thread problem. Our library doesn’t use Looper or Handler at all. We’re using the NDK’s ALooper_pollAll with a custom file descriptor.”