snake-4 / NFC-NCI-Decoder

A C# program that decodes NCI packets.
MIT License
2 stars 3 forks source link

Just an FYI #1

Open drewbug opened 2 months ago

drewbug commented 2 months ago

Hello, I just wanted to let you know we are using a crude machine-generated Java port of your code here: https://github.com/VivoKey/nfc-snoop-dogg/blob/v1.0.0/app/src/main/java/com/vivokey/nfcsnoopdecoder/NCIDecoder.java 😎

snake-4 commented 2 months ago

That's awesome!

Although, it looks the the enum values were left out as Java doesn't support that. They could be replaced with a map in the Java implementation. I think all of them happen to be sequential values except for the group types enum so this is not a huge issue.