New on CTAN: tikzpackets

CTAN Announcements ctan-ann at ctan.org
Tue Jul 14 21:41:11 CEST 2020


Robert Paciorek submitted the

                tikzpackets

package.

Version number: 1.0
License type: mit

Summary description: Display network packets

Announcement text:
----------------------------------------------------------------------


Package tikzPackets provide command for simple build network packets 
illustration with tikz.

Simple usage example (UDP datagram):

\begin{tikzpicture}
    \packetsInit
    \packetsPrintBitScale{31}
    
    \packetsPutField{16}{Source Port}
    \packetsPutField{16}{Destination Port}
    \packetsEndLine{0}{}
    
    \packetsPutField{16}{Length}
    \packetsPutField{16}{Checksum}
    \packetsEndLine{32}{}
    
    \packetsPutField[protocolsField, minimum height = 1.5cm]{32}{Data}
    \packetsEndLine{64}{}
\end{tikzpicture}


----------------------------------------------------------------------

This package is located at 
   http://mirror.ctan.org/graphics/pgf/contrib/tikzpackets

More information is at
   https://www.ctan.org/pkg/tikzpackets

------------------------------------------------------------------------

   Thanks for the upload.

     For the CTAN Team
    Erik Braun

------------------------------------------------------------------------

CTAN is run entirely by volunteers and supported by TeX user groups.
Please join a user group or donate to one, see https://ctan.org/lugs


More information about the Ctan-ann mailing list