CTAN Comprehensive TeX Archive Network

Directory graphics/pgf/contrib/tikzpackets

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

Usage example (UDP):

\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}


Version 1.0 (2020-07-13): first public release


Copyright (C) 2020, Robert Ryszard Paciorek <rrp@opcode.eu.org>

This is free software distributed under terms of The MIT License.

Download the contents of this package in one zip archive (66.0k).

tikzpackets – Display network packets

This package allows you to easily display network packets graphically.

Packagetikzpackets
Bug trackerhttps://bitbucket.org/OpCode-eu-org/latex-libs/issues
Repositoryhttps://bitbucket.org/OpCode-eu-org/LaTeX-libs/
Version1.0
LicensesMIT License
Copyright2020 Robert Paciorek
MaintainerRobert Paciorek
Contained inTeX Live as tikzpackets
MiKTeX as tikzpackets
TopicsPGF TikZ
Comp net
...
Guest Book Sitemap Contact Contact Author