Skip to content

Visualization of IETF (Internet Engineering Task Force) IDs (Internet Draft) and RFC (Request for Comments)

License

Notifications You must be signed in to change notification settings

kesara/visualize-ietf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

visualize-ietf

Visualization of IETF (Internet Engineering Task Force) IDs (Internet Draft) and RFC (Request for Comments)

Visualizations Playlist on Youtube

Visualizations

Setup

  • Clone project
git clone https://github.com/kesara/visualize-ietf.git
  • Create and activate Python venv. (Tested with Pythn 3.9)
cd visualize-ietf
python -m venv venv
. venv/bin/activate
  • Install Python dependencies
pip install -r requirements.txt
  • Install gource.

  • Get Bibxml3 references.

rsync -avz rsync.ietf.org::bibxml-ids bibxml3

Generating visualizations

  • Created a sorted ID log
python id_log.py > id.log && sort -n id.log > id.log.sorted
  • Create the visualization
gource --log-format custom --date-format '%Y-%m-%d' -a 0.5 --hide filenames -s 3 --bloom-intensity 0.01 --dir-name-depth 3 id.log.sorted

Legend

legend

About

Visualization of IETF (Internet Engineering Task Force) IDs (Internet Draft) and RFC (Request for Comments)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages