-
Notifications
You must be signed in to change notification settings - Fork 3
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: create initial NDN binding implementation #113
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #113 +/- ##
=======================================
Coverage 65.79% 65.79%
=======================================
Files 74 74
Lines 2383 2383
=======================================
Hits 1568 1568
Misses 815 815 ☔ View full report in Codecov by Sentry. |
@JKRhb could you provide more information about the protocol and its usage? We had talked before but more information for others would be beneficial |
Sure :) I will gradually improve the documentation and also provide a binding-specific README. Some resources/specifications are referenced in the dart_ndn package that I use as the foundation of the binding implementation. In general, the most important source for research and specifications around NDN is https://named-data.net/. |
This needs a more thorough fix...
14d1cc9
to
34d8b06
Compare
This PR will eventually add a first version of an experimental NDN binding implementation.