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: create initial NDN binding implementation #113

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

feat: create initial NDN binding implementation #113

wants to merge 8 commits into from

Conversation

JKRhb
Copy link
Member

@JKRhb JKRhb commented Mar 18, 2024

This PR will eventually add a first version of an experimental NDN binding implementation.

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 41.17647% with 10 lines in your changes are missing coverage. Please review.

Project coverage is 65.79%. Comparing base (a751ed8) to head (5caf8fb).

Files Patch % Lines
lib/src/core/implementation/consumed_thing.dart 50.00% 4 Missing ⚠️
lib/src/core/implementation/thing_discovery.dart 0.00% 4 Missing ⚠️
lib/src/binding_http/http_client_factory.dart 0.00% 1 Missing ⚠️
lib/src/binding_mqtt/mqtt_client_factory.dart 0.00% 1 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

@egekorkan
Copy link
Member

@JKRhb could you provide more information about the protocol and its usage? We had talked before but more information for others would be beneficial

@JKRhb
Copy link
Member Author

JKRhb commented Mar 19, 2024

@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/.

@JKRhb JKRhb force-pushed the ndn branch 2 times, most recently from 14d1cc9 to 34d8b06 Compare May 8, 2024 15:44
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.

3 participants