Modeling software for network serialization protocol design

Posted by Aurélien Vallée on Stack Overflow See other posts from Stack Overflow or by Aurélien Vallée
Published on 2010-06-16T11:58:11Z Indexed on 2010/06/16 12:02 UTC
Read the original article Hit count: 288

Hello,

I am currently designing a low level network serialization protocol (in fact, a refinement of an existing protocol).

As the work progress, pen and paper documents start to show their limits: i have tons of papers, new and outdated merged together, etc... And i can't show anything to anyone since i describe the protocol using my own notation (a mix of flow chart & C structures).

I need a software that would help me to design a network protocol. I should be able to create structures, fields, their sizes, their layout, etc... and the software would generate some nice UMLish diagrams.

© Stack Overflow or respective owner

Related posts about design

Related posts about network-programming