-
Notifications
You must be signed in to change notification settings - Fork 10
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
[DV] How to get started? #90
Comments
Some basic docs now in place. There's no security at the moment To use DV, just start two instances on different forwarders, then follow docs here to add neighbor links. No further config is needed. To announce prefix, register route to NFD with origin=65 |
Looks like I'd hold off deployment until security validation is in place. |
Yes, this isn't production code by any means yet. Though if you have a test setup and can give it a trial run that'll be very helpful |
DV has a keychain option now: Lines 12 to 18 in 64d1486
What should I put in the keychain? |
Please wait, this is still wip |
An example is now available at https://github.com/named-data/ndnd/blob/main/docs/daemon-example.md Still rough around the edges and subject to change |
Lines 119 to 121 in c542c2a
Lines 130 to 132 in c542c2a
I don't see a field that specifies the filename of own private key. |
The trust schema is used to identify usable private keys. If multiple keys are matching, the one with the newest available certificate (by version) is used. |
DV with security is finally working as of 1cf08f0, using #115 (comment) configuration. Retrieval is very slow and eventually fails:
In contrast, ndncatchunks is reasonably fast (producer and forwarders are still ndnd):
|
Likely because there's no congestion control (#97)
That still looks pretty awful. By any chance, any numbers with NFD and/or tcp face? |
To deploy a network with ndnd dv routing daemon:
The text was updated successfully, but these errors were encountered: