Commit graph

114 commits

Author SHA1 Message Date
Felix Walter
34511bbb93 Add release date for v0.15.0 to CHANGELOG and Manpage 2026-05-12 11:52:46 +02:00
Felix Walter
2231b1ca5e doc: decoder: Update to AAP2; add note on limited validation
Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2026-05-12 11:48:17 +02:00
Felix Walter
5f22539f92 doc, test/decoder: Move data decoder README to docs
Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2026-05-12 11:48:17 +02:00
Felix Walter
050b105cef doc: testing: Adjust to using aap2-* tools
Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2026-05-12 11:48:17 +02:00
Felix Walter
91569926a9 doc: Update BIBE instructions to using AAP2 and link config
This is preferred to the deprecated aap-config utility.

Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2026-05-12 11:48:17 +02:00
Felix Walter
1c506420a2 doc: Mark AAPv1 as deprecated
Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2026-05-12 11:48:17 +02:00
Felix Walter
d44ed9ec9c doc: Add some more details on interop. testing
Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2026-05-12 11:48:17 +02:00
Maximilian Nitsch
b40d946767 nix: Remove default app from flake
Not required, to execute ud3tn by add the application name to the
`nix run` command.

Signed-off-by: Maximilian Nitsch <maximilian.nitsch@d3tn.com>
2026-01-08 16:01:47 +01:00
Felix Walter
1b5c4f2976 doc: Update date in Manpage
Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2025-09-26 11:23:21 +02:00
Felix Walter
4c274787cf Use BIBE AR type code 64443 by default
See: https://datatracker.ietf.org/doc/html/draft-ietf-dtn-bibect-05

Closes: #260

Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2025-09-05 10:57:59 +02:00
Felix Walter
c39163d40f Bump date in Manpage
Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2025-08-22 14:36:15 +02:00
Felix Walter
34d07f8a33 doc: Fix links to CHANGELOG
The `.md` extension has been added.

Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2025-07-24 15:38:55 +02:00
Felix Walter
cc0f87c655 Bump date in Manpage
Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2025-07-24 15:34:34 +02:00
Felix Walter
47e1ab416f doc: Unify spelling of "command line"
Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2025-07-24 09:06:50 +02:00
Felix Walter
0b354b6b94 doc: Add page documenting Link+Contact config. and CLA addresses
Closes: #253

Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2025-07-24 09:06:50 +02:00
Felix Walter
e6a5c7834c doc: Document JSON contact configuration format
Closes: #254

Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2025-07-24 09:06:50 +02:00
Maximilian Nitsch
a837c7d722 docs: Add manpage to mkdocs
Uses pandoc to convert the manpage into a markdown document and add it
to the mkdocs documentation.

Signed-off-by: Maximilian Nitsch <maximilian.nitsch@d3tn.com>
2025-06-13 17:55:24 +02:00
Felix Walter
42d312d958 Merge branch '15-207-improve-contact-plan-handling-in-bdm' into 'master'
Improve contact plan handling in DFCF BDM and tools

Closes #207, #15, and #238

See merge request d3tn/ud3tn!199
2025-06-06 10:11:05 +02:00
Felix Walter
8b3d84e6f4 doc/testing: Document that now we need -r in integration tests
Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2025-06-06 09:01:41 +02:00
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
Felix Walter
6deef60dfb Apply suggestions from GitLab MR !211
Co-authored-by: Maximilian Nitsch <maximilian.nitsch@d3tn.com>
Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2024-12-06 08:25:25 +01: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
Maximilian Nitsch
56f7d5a1ef doc: Remove scalar value types from protoc-gen-doc markdown template
Signed-off-by: Maximilian Nitsch <maximilian.nitsch@d3tn.com>
2024-12-05 16:36:48 +01:00
Maximilian Nitsch
6be8a3ed79 doc/README.md: Update mkdocs build instructions
Signed-off-by: Maximilian Nitsch <maximilian.nitsch@d3tn.com>
2024-12-05 09:33:25 +01:00
Maximilian Nitsch
f1634f090c Makefile: Add make target to build HTML docs
- Add `make doc` target to run protoc-gen-doc before mkdocs
- Ignore auto generated markdown files

Signed-off-by: Maximilian Nitsch <maximilian.nitsch@d3tn.com>
2024-12-05 09:31:37 +01:00
Maximilian Nitsch
6bd781656e doc: Remove table of contents from protoc-gen-doc markdown template
Signed-off-by: Maximilian Nitsch <maximilian.nitsch@d3tn.com>
2024-12-05 09:31:37 +01:00
Maximilian Nitsch
66a47d91e6 doc: Add protoc-gen-doc markdown template
In order to adjust the resulting markdown files to our needs, the
upstream markdown template[^1] is added. The markdown template itself is
added to exclude_docs in the mkdocs.yaml file.

[^1]: https://github.com/pseudomuto/protoc-gen-doc/blob/master/resources/markdown.tmpl

Signed-off-by: Maximilian Nitsch <maximilian.nitsch@d3tn.com
2024-12-05 09:31:37 +01:00
Felix Walter
00b29cb9c2 Bump dates and versions for v0.14.2
Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2024-12-04 11:00:42 +01:00
Felix Walter
4e684d1891 doc: Add alt text to image on overview page
For accessibility.

Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2024-11-16 12:01:22 +01:00
Felix Walter
ca0ffd2ef4 doc: Add white background with some spacing to SVG figures
This improves their appearance and readability in dark mode.

Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2024-11-16 12:01:22 +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
421dec1da5 doc: Add page how to build an AAP 2.0 client
This adds a page explaining the use of the Python module to build an AAP
2.0 client and links it from the corresponding page.

Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2024-11-16 12:01:22 +01:00
Felix Walter
c640089dee doc: Add architecture overview page
This adds a page to the web documentation that provides a high-level
overview of µD3TN's architecture. The existing architecture figure is
updated and renamed appropriately.

Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2024-11-16 12:01:21 +01:00
Felix Walter
897d8f4871
Merge branch 'feature/mkdocs'
See !190
2024-11-15 13:06:32 +01:00
Fiona Fuchs
77774158fd Minor changes to URLs and visuals
This updates the BPv7 URLs in the AAP documentation, and makes some minor fixes on the index page.

Signed-off-by: Fiona Fuchs <fiona.fuchs@d3tn.com>
2024-11-15 12:20:56 +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
Felix Walter
0305a056db Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: murzik <murzik@mailbox.org>
Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2024-11-15 11:25:18 +01:00
Fiona Fuchs
b148d4d177 Move file to image-material directory, adjust CSS
This moves the 'build_plantuml.sh' file to the 'image-material' directory, and takes on a more generic approach for the CSS changes.

Signed-off-by: Fiona Fuchs <fiona.fuchs@d3tn.com>
2024-11-15 09:52:57 +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
Fiona Fuchs
e7c9c7579a Add existing documentation material to MkDocs
This adds existing documentation files for ud3tn to the MkDocs skeleton.

Signed-off-by: Fiona Fuchs <fiona.fuchs@d3tn.com>
2024-11-12 11:33:24 +01:00
Felix Walter
edcbeb06b8 Bump date in Manpage
Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2024-10-28 09:47:10 +01:00
Felix Walter
8c80cf994c Move mkdocs root directory to top-level
This makes `doc/` the actual documentation root directory to simplify
the repository structure.

Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2024-10-16 16:06:25 +02:00
Maximilian Nitsch
31a666a1d0 doc: Add MkDocs skeleton
Adds a MkDocs configuration and directory, as well as a Nix derivation
for creating HTML files. Since we do not want to add the MkDocs
documentation to the overlay, `self` is passed to `shell.nix` to inherit
the inputs from the packages.

The inline code documentation is added to the MkDocs HTML output using
the plugins `mkdoxy` for C code and `mkdocstrings` for Python code.

Adds an job to the CI to build and deploy the documentation at
https://d3tn.gitlab.io/ud3tn/.

Signed-off-by: Maximilian Nitsch <maximilian.nitsch@d3tn.com>
2024-10-16 13:58:40 +02:00
Felix Walter
056142de6d cmdline, docs: Warn about potentially insecure AAP TCP arguments
As AAP does not provide TLS support, a user exposing it on a TCP socket
should know what they are doing and set up appropriate firewall rules.

Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2024-10-02 07:49:46 +02:00
Felix Walter
17bd09a84b cmdline, docs: Enable TCP support for AAP 2.0
This allows for using AAP 2.0 over TCP, which the Python tools support
already. Note that the user must make sure that the socket is not
exposed externally.

Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2024-10-02 07:49:46 +02:00
Felix Walter
d44ba151cd doc: Extend documentation on AAP 2.0 security and persistence
We did not really explain how to deal with node restarts beforehand.
This adds some hints to the quick start guide and the SQLite CLA docs.

Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2024-10-01 09:27:50 +02:00
Felix Walter
d4f0ec68d9 doc: Add line breaks in code blocks in QSG
This fixes rendering of the commands when using `pandoc` to convert the
document to PDF.

Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2024-10-01 09:27:50 +02:00
Felix Walter
49d9338d64 doc: Remove heading no-TOC markers
We do not render it with `pandoc` automatically and it looks like an
artifact in GitLab. In the rendered version it is not really necessary
as well -- in our case it means just that the heading will receive a
number which is OK in my opinion.

Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2024-10-01 09:27:50 +02:00
Felix Walter
b47b4e421b doc: Annotate code blocks with sh
This ensures proper syntax highlighting.

Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2024-10-01 09:27:50 +02:00