Deep-Symmetry/bytefield-svg

Add more examples

lorrden opened this issue · 3 comments

I am donating the files attached examples which illustrates some network protocols. The ones that adjust the row length to 32 are a bit buggy in the row headers (since they increment by 16 every time).

The examples otherwise include headers for IPv4, IPv6, UDP, TCP, Ethernet frames, and CCSDS space packets.

protocols.zip

All files are dealing with bits, except Ethernet frames which are in bytes.

Thank you, I will take a look at these when I have some time! Especially the ones where the row headers aren’t working right, I would like to help you get that working the way you want, in case it might require another change to the documentation or the implementation itself. Which are they?

Are these going to be in a public repository somewhere? If so I would like to link to them that way so you can get the credit and people can see them in context.

Only the TCP and UDP diagrams change from the default 16 boxes per row. I don't have a repo for these yet, but I may create one.