HHHlaing / NDN-packet-spec

NDN Packet specification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NDN Packet Format Specification

Prerequisites

To "compile" the specification in HTML format, you must first install the Sphinx documentation generator.

If you're running Ubuntu Linux:

sudo apt install make python3-pip
pip3 install -U pip setuptools
pip3 install -U sphinx sphinxcontrib-bibtex sphinxcontrib-fulltoc

If you're running macOS or another operating system, see the instructions at https://www.sphinx-doc.org/en/master/usage/installation.html

Compilation

Just type:

make html

And a set of HTML pages will be generated under _build/html.

You can also type:

make latexpdf

Sphinx will generate a .tex file and will try to create a .pdf document from it using pdflatex (which must be installed).

For further options, type make help.

About

NDN Packet specification


Languages

Language:CSS 66.0%Language:Python 16.4%Language:HTML 8.2%Language:TeX 5.2%Language:Makefile 4.2%