Commit graph

6 commits

Author SHA1 Message Date
Felix Walter
868bac67b6 router_agent, mk: Add stub of JSON configuration feature
This adds a function to decode JSON configuration via Jansson to the
router agent. The JSON functionality and, thus, the dependency on
Jansson, can be disabled during the build process by setting the
`DISABLE_JSON` compile-time flag (see `config.mk.example` for details).

Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2025-06-05 17:03:39 +02:00
Maximilian Nitsch
482bf69434 doc: Link Protobuf docs instead of .proto files
Signed-off-by: Maximilian Nitsch <maximilian.nitsch@d3tn.com>
2024-12-05 16:58:01 +01:00
Felix Walter
244f552524 doc: Add a section on release builds
Release builds of µD3TN are quite special, so we add some colorful hints
how to deal with them.

Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2024-11-16 12:01:22 +01:00
Felix Walter
b4b7ffeaf2 doc, README: Move "build and run" instructions to documentation
This moves most of the extended instructions to the mkDocs pages. The
intention is to keep the bare minimum in the README for developers that
just want to quickly try it out.

Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2024-11-16 12:01:22 +01:00
Felix Walter
8a00f81e7e doc: Fix some broken links
Some links changed when moving docs around. This fixes them.

See: https://gitlab.com/d3tn/ud3tn/-/merge_requests/190#note_2212654238

Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2024-11-15 11:32:21 +01:00
Fiona Fuchs
e249cc3006 Add index.md file, change documentation structure, add new elements and images to folders, add CSS
This performs the following actions:
- change overall documentation tree to adjust to existing material
- add CSS for improved visuals
- add folders to improve structure
- move the README of the Contact Plan Reader to the doc folder and integrate it into the documentation
- add file for 'Home' to provide a starting point for the documentation

Signed-off-by: Fiona Fuchs <fiona.fuchs@d3tn.com>
2024-11-15 07:59:32 +01:00