Difference between revisions of "VPP/HostStack/EchoClientServer"

From fd.io
< VPP‎ | HostStack
Jump to: navigation, search
(Created page with "== Builtin === == External ==")
 
Line 1: Line 1:
== Builtin ===
+
The host stack can be used by both internal and external, with respect to vpp, applications. For debugging and performance testing two pairs of such apps have been developed.
  
== External ==
+
== Builtin Echo Server/Client ==
 +
 
 +
These applications leverage the internal C apis to establish connections, shared memory fifos for sending data and callback functions for receiving data. 
 +
 
 +
== External Echo Server/Client ==
 +
 
 +
These applications leverage the binary api for establishing connections and shared memory fifos for data exchanges.

Revision as of 17:11, 9 May 2018

The host stack can be used by both internal and external, with respect to vpp, applications. For debugging and performance testing two pairs of such apps have been developed.

Builtin Echo Server/Client

These applications leverage the internal C apis to establish connections, shared memory fifos for sending data and callback functions for receiving data.

External Echo Server/Client

These applications leverage the binary api for establishing connections and shared memory fifos for data exchanges.