ud3tn/tools/cla
Felix Walter 229f884a57 python-ud3tn-utils: Introduce JSON configuration format
This introduces a JSON contact configuration format for the
deterministic first-contact forwarding (DFCF) implementation as a modern
alternative to our homebrewn configuration messages. For now, it is only
supported in the external DFCF BDM, but integration into the "router
agent" is planned.

Example JSON configuration string (from our tests):

```
{

    "command": "ADD",
    "node_id": "dtn://ud3tn2.dtn/",
    "cla_addr": "mtcp:127.0.0.1:4223",
    "reachable_eids": [
        "ipn:1.0"
    ],
    "contact_list": [
        {
            "start": 1401519306972,
            "end": 1401519316972,
            "data_rate": 2400,
            "reachable_eids": [
                "dtn://66553/",
                "dtn://89326/"
            ]
        },
        {
            "start": 1401519506972,
            "end": 1401519516972,
            "data_rate": 1200,
            "reachable_eids": [
                "dtn://12349/",
                "dtn://89326/"
            ]
        }
    ]
}
```

Closes: #15

Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2025-06-05 17:03:39 +02:00
..
bibe_over_mtcp_test.py Insert SPDX license expression comments into our .c, .h, .py, and .sh code 2022-02-20 16:24:38 +01:00
mtcp_sink.py CI: Add a test for max. bundle size enforcement 2024-07-04 16:03:31 +02:00
mtcp_test.py python-ud3tn-utils: Introduce JSON configuration format 2025-06-05 17:03:39 +02:00
tcpcl_sink.py pyd3tn: Do not specify the event loop in the async TCPCLv3 client 2023-01-30 18:00:17 +01:00
tcpcl_test.py python-ud3tn-utils: Introduce JSON configuration format 2025-06-05 17:03:39 +02:00
tcpspp_test.py python-ud3tn-utils: Introduce JSON configuration format 2025-06-05 17:03:39 +02:00