Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Just an FYI #1

Open
drewbug opened this issue Aug 31, 2024 · 1 comment
Open

Just an FYI #1

drewbug opened this issue Aug 31, 2024 · 1 comment

Comments

@drewbug
Copy link

drewbug commented Aug 31, 2024

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
Copy link
Owner

snake-4 commented Aug 31, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants