https://github.com/ericsson/dataplanebook
A book on data plane software design
https://github.com/ericsson/dataplanebook
Last synced: 8 months ago
JSON representation
A book on data plane software design
- Host: GitHub
- URL: https://github.com/ericsson/dataplanebook
- Owner: Ericsson
- License: cc-by-4.0
- Created: 2022-06-14T06:23:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T08:10:58.000Z (over 1 year ago)
- Last Synced: 2025-05-07T18:16:09.806Z (8 months ago)
- Language: C
- Homepage:
- Size: 939 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Data Plane Software Design
This Git repository holds the source text of the *Data Plane Software
Design* book.
Available at this time is the basic structure, and a limited amount of
actual content.
## Source Format
The book uses the [Sphinx](https://www.sphinx-doc.org/) toolkit. The
source format is reStructuredText (RST).
## Online Version
An online version of the book can be found at:
https://ericsson.github.io/dataplanebook/
## Dependencies
The author is using Sphinx v1.8.5, but it may well be the case other
versions work as well.
Please refer to the Sphinx documentation for dependencies Sphinx may
have in turn (e.g., LaTeX for PDF generation).
## Build
Run
`make html`
to generate the book in HTML format.
Run
`make help`
for other options.