session: fix show app ns table cli
[vpp.git] / src / vpp-api / java / jvpp-core / io / fd / vpp / jvpp / core / examples / Readme.txt
1 This package contains basic examples for jvpp. To run the examples:
2
3 - Make sure VPP is running
4 - From VPP's build-root/ folder execute:
5   - release version: sudo java -cp build-vpp-native/vpp/vpp-api/java/jvpp-registry-17.10.jar:build-vpp-native/vpp/vpp-api/java/jvpp-core-17.10.jar io.fd.vpp.jvpp.core.examples.[test name]
6   - debug version: sudo java -cp build-vpp_debug-native/vpp/vpp-api/java/jvpp-registry-17.10.jar:build-vpp_debug-native/vpp/vpp-api/java/jvpp-core-17.10.jar io.fd.vpp.jvpp.core.examples.[test name]
7
8 Available examples:
9 CallbackApiExample - Similar to ControlPingTest, invokes more complex calls (e.g. interface dump) using low level JVpp APIs
10 CallbackJVppFacadeNotificationExample - Example of interface notifications using Callback based JVpp facade
11 CallbackJVppFacadeExample - Execution of more complex calls using Callback based JVpp facade
12 CallbackNotificationApiExample -  Example of interface notifications using low level JVpp APIs
13 CreateSubInterfaceExample - Example of sub-interface creation
14 FutureApiNotificationExample - Example of interface notifications using Future based JVpp facade
15 FutureApiExample - Execution of more complex calls using Future based JVpp facade
16 L2AclExample - Example of L2 ACL creation
17 LispAdjacencyExample - Example of lisp adjacency creation and read (custom vpe.api type support showcase)