SAP NI (Network Interface)

The following subsections show a graphical representation of the main protocol packets and how to generate them.

First we need to perform some setup to import the packet classes:

[1]:
from pysap.SAPNI import *
from IPython.display import display

SAP NI packet

[2]:
p = SAPNI() / "Some content"
p.canvas_dump()
[2]:
../_images/protocols_SAPNI_4_0.png