Expand description

Simple ways to interact with dtnd

Example

use dtn7_plus::client::DtnClient;

let client = DtnClient::new();

let local_node = client.local_node_id()?;
client.register_application_endpoint("incoming")?;

Structs

Client for connecting to a local dtnd instance

Received bundle payload with meta data

Let server construct a new bundle from the provided data

Enums

An enum representing the various forms of a WebSocket message.