NeST Examples¶
This directory contains several examples that demonstrate APIs and different
features that are supported in NeST. The table shown below depicts which APIs or
features of NeST are used in every sub-directory inside examples
directory.
A detailed README is provided in every sub-directory in examples
.
We recommend the users to traverse through the examples in the following order to quickly learn and use NeST APIs and its features.
ipv6 (optional)
packet-operations (optional)
udp (optional)
tcp (optional)
qdiscs (optional)
routing (optional)
coap (optional)
mpeg-dash (optional)
mptcp (optional)
Examples |
Basic APIs |
Address Helpers |
Routing Helpers |
Ping Application |
UDP Flows |
TCP Flows |
---|---|---|---|---|---|---|
basic-examples |
✅ |
❌ |
❌ |
✅ |
❌ |
❌ |
config-options |
✅ |
❌ |
❌ |
✅ |
❌ |
❌ |
ipv6 |
✅ |
❌ |
❌ |
✅ |
❌ |
❌ |
address-helpers |
✅ |
✅ |
❌ |
✅ |
❌ |
❌ |
packet-operations |
✅ |
✅ |
❌ |
✅ |
❌ |
❌ |
udp |
✅ |
✅ |
❌ |
❌ |
✅ |
❌ |
tcp |
✅ |
✅ |
❌ |
❌ |
✅ |
✅ |
qdiscs |
✅ |
✅ |
❌ |
❌ |
✅ |
✅ |
routing |
✅ |
✅ |
✅ |
✅ |
❌ |
❌ |
coap |
✅ |
✅ |
❌ |
❌ |
❌ |
❌ |
mpeg-dash |
✅ |
✅ |
❌ |
❌ |
❌ |
✅ |
mptcp |
✅ |
✅ |
❌ |
❌ |
❌ |
✅ |