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

transport: add remote prefix registration #41

Closed GlassyYang closed 2 years ago

GlassyYang commented 2 years ago

Current version of python-ndn cannot support remote prefix registration, which means NDNApp can only running with the same server where nfd installed, and tools python-ndn supplyed cannot only connect with local nfd. currently I fix NDNApp so it can send register prefix to nfd which may not run at the same server with NDNApp. I will fix ndn-tools latter.