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

API Support: Exclude Filter + YaNFD #42

Closed justincpresley closed 2 years ago

justincpresley commented 2 years ago

I recently ran into an application use case (when coding a library for python-ndn) involving an Exclude filter which from my understanding allows me to express a (multicast) interest and not receive the data packets I put within the filter. From the looks of how it is implemented in ndn-cxx, a interest has a selector parameter which can take this filter and more.

In addition, is YaNFD supported or planned to be? Perhaps there could be a argument to pass to NDNApp() which specify the forwarder type?

cawka commented 2 years ago

Exclude and all selectors were removed from the protocol. You need an app level dolition to yourt task