Skip to content
master
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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
pip3 install -r requirements.txt

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 inside _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

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published