named-data / python-ndn

An NDN client library with AsyncIO support in Python 3
https://python-ndn.readthedocs.io/en/latest
Apache License 2.0
24 stars 17 forks source link

In 0.3, receive no interest #37

Closed killerdbob closed 2 years ago

killerdbob commented 2 years ago

In version 0.3 and 0.3a1*, my app receive no interest, and I use ndndump to monitor the traffic, I am sure my machine receive the interest. The route has registered into nfd. However, In version 0.3a1.post3, it works.

zjkmxy commented 2 years ago

One possible reason is that we moved to Naming Convention Rev03 in post4. Can you confirm if you are using this?

killerdbob commented 2 years ago

Thank you, you are right, after I use name convention 3 of ndnts library, it works.