batman-robin 1.1.0

Rust library and CLI tool for interacting with the BATMAN-adv kernel module for mesh networking
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//! # CLI Module
//!
//! This module contains the command-line interface implementation for robctl.

pub mod aggregation;
pub mod ap_isolation;
pub mod app;
pub mod bridge_loop_avoidance;
pub mod gateways;
pub mod gw_mode;
pub mod interface;
pub mod neighbors;
pub mod originators;
pub mod routing_algo;
pub mod transglobal;
pub mod translocal;
pub mod utils;