ud3tn/test/functional/sqlite_storage_test
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
..
aap2_storage_agent_metadata_test.sh treewide: Use python-ud3tn-utils scripts instead of those from tools/ 2024-07-01 10:10:56 +02:00
python_storage_agent_bundle_id_test.sh treewide: Use python-ud3tn-utils scripts instead of those from tools/ 2024-07-01 10:10:56 +02:00
run_ud3tn.sh test: storage: Improve log output and enforce showing memory leaks 2024-09-30 15:54:28 +02:00
static_rdict_1_storage.json test/functional: Adapt storage test to new behavior 2024-06-21 10:36:30 +02:00
static_rdict_2_dest.json test/functional: Adapt storage test to new behavior 2024-06-21 10:36:30 +02:00
storage_agent_bundle_id_test.py python-ud3tn-utils: Introduce JSON configuration format 2025-06-05 17:03:39 +02:00
ud3tn_bdm_storage_persistence_restart_test.sh test: storage: Improve log output and enforce showing memory leaks 2024-09-30 15:54:28 +02:00