Replies: 1 comment 2 replies
-
Hello.
You need to setup ndnsec. You can try to run ndnsec-key-gen /localhost/operator
This is because by default NFD drops DATA packets without a signature. You can try |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello I'm new to ndn and python-ndn and now I ran into some errors in producer.py and comsumer.py in examples.
After installed NFD and add no_signature=True in producer.py's put_data function(otherwise there's default identity error), producer can successfully send packages to NFD but consumer can't receive it and has timeout error.
Could you explain how to correctly use these example codes?
Beta Was this translation helpful? Give feedback.
All reactions