ip-v8/rust-ipv8

View on GitHub
rust_ipv8/examples/ipv8-join.rs

Summary

Maintainability
Test Coverage
/**
 * In this example the program attempts to join the network.
 *
 * It does not do much, except for logging the output.
 */
//use rust_ipv8;

fn main() {
    //    rust_ipv8::IPv8::new(rust_ipv8::configuration::Config::default());
}