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

feat: initial commit of ndef crate #1

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

badrbouslikhin
Copy link

@badrbouslikhin badrbouslikhin commented Dec 20, 2024

This PR introduces the ndef crate, offering a lightweight, no_std compatible parser for NDEF messages. It supports parsing and serializing both Capability Containers (CC) and NDEF messages using fixed-size buffers.

It currently provides basic functionality, but is missing a few features, most importantly:

  • Multiple NDEF Records Support: support for parsing and building multiple NDEF records within a single buffer.
  • Payload decoding/encoding: support for decoding/encoding specific payload types like URIs, MIME types, and more. Only ExternalType is currently supported.
  • Extended Tag Compatibility: Improve compatibility with a wider range of NFC tags beyond ST25DV for which this was originally written.

I know this is uncalled for, but I thought it might be of interest.
Please let me know if this doesn't fit here or needs any adjustments.

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

Successfully merging this pull request may close these issues.

1 participant