multiverse-nms / ndn-dpdk-agent

NDN-DPDK Forwarder Agent
2 stars 1 forks source link

Advertise application prefix #6

Open yoursunny opened 4 years ago

yoursunny commented 4 years ago

Provide an API for applications to advertise a prefix from the application, so that the network starts forwarding Interests matching this prefix toward the application.

In the request, the application should provide a face identifier (from #5 response) and a Prefix Announcement object.

In the response, the agent should return an acknowledgement, and any necessary parameters to withdraw this prefix announcement.

yoursunny commented 3 years ago

This is an illustration of this and related features.

image