22

Not sure if this is the correct stackexchange to ask this question, but I was wondering whether anyone knows if the ascii diagrams in http://tools.ietf.org/rfc/rfc5755.txt page 6 are handcrafted or generated using a program that takes the nodes and transitions as input.

If they are generated, does anyone know which program?

Directly searches on Google do not turn up anything relevant.

anatoly techtonik
  • 19,847
  • 9
  • 124
  • 140
merlin2011
  • 71,677
  • 44
  • 195
  • 329

2 Answers2

4

I believe that Emacs picture-mode, table-mode (M-x table-insert or M-x table-recognize) and possibly another modes simplify ASCII editing.

Also read about proposal to use PDF formats for RFC:

https://datatracker.ietf.org/doc/html/draft-ash-alt-formats-02

Community
  • 1
  • 1
gavenkoa
  • 45,285
  • 19
  • 251
  • 303
4

If you prefer, you could also draw ASCII diagrams manually with asciiflow. I find this tool pretty handy from time to time. http://asciiflow.com/

Jagger Yu
  • 577
  • 4
  • 5