wavedrom / bitfield

:cake: bit field diagram renderer
MIT License
335 stars 27 forks source link

Separator for long/variable length field #38

Open AloyseTech opened 3 years ago

AloyseTech commented 3 years ago

This is a feature/enhancement proposition. Bit field could be used to document binary packet format if there would be a variable length separator capability. Something like this : wavedrom_variable_length_field_proposal

MattIhnen commented 1 year ago

Has this feature been added, trying to document a binary communications protocol and this is basically a requirement to make bitfield useful for that purpose?

drom commented 9 months ago

No, this feature is not being implemented yet.

I have some questions:

Are we talking about this particular example with one variable length field in the end? Can this field be in the middle? How this would look like with multiple variable fields? Can we have mix of Varible anf fixed fields? @MattIhnen can you share your use case?