Skip to content

Graph RFCs (Request for Comments) and their relationships

Notifications You must be signed in to change notification settings

msparks/rfcgraph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

rfcgraph

rfcgraph is a simple Python script that uses Graphviz to generate a very large graph showing the relations between RFCs.

rfcgraph full

rfcgraph zoom

Green arrows indicate an update:

  • "RFCx RFCy" is read as "RFCx is updated by RFCy".

Red arrows indicate an obsoletion:

  • "RFCx RFCy" is read as "RFCx is obsoleted by RFCy".

Dependencies

Running

To run rfcgraph, you'll need to get a copy of the RFC index XML file rfc-index.xml from rfc-editor.org. Then run:

./rfcgraph.py -h

to see the usage.

Note that rfcgraph and graphviz are very memory intensive. On the order of 2-2.5GB of RAM is needed to generate the full graph.

About

Graph RFCs (Request for Comments) and their relationships

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages