multiverse-nms / ndn-dpdk-agent

NDN-DPDK Forwarder Agent
2 stars 1 forks source link

Create application face #5

Closed yoursunny closed 3 years ago

yoursunny commented 4 years ago

Provide an API for applications to create a face toward the application.

In the request, the application should provide addressing information for the forwarder to reach the application.

A local application (running on the same node as the forwarder) uses memif transport, and should provide:

A non-local application (connected via Ethernet) uses Ethernet transport, and should provide:

In the response, the agent should return a face identifier for use in prefix announcement command (#6).

yoursunny commented 3 years ago

This is an illustration of this and related features.

image