BMX7 is a mesh routing protocol for Linux based operating systems. The academic paper with more theoretical details can be found here.
The following tools and libraries are needed to obtain, compile, and install bmx7:
Optional for static configuration:
The following Linux-kernel modules are needed (depending on used bmx7 features)
The mbed TLS or PolarSSL crypto library is needed for cryptographic operations: Most tested with debian or mbedtls-2.4.0:
wget https://tls.mbed.org/download/mbedtls-2.4.0-gpl.tgz
tar xzvf mbedtls-2.4.0-gpl.tgz
cd mbedtls-2.4.0
make
sudo make install
# compile bmx7 with: make EXTRA_CFLAGS="-DCRYPTLIB=MBEDTLS_2_4_0"
Latest development sources are available from bmx7 git repository:
git clone https://github.com/bmx-routing/bmx7.git
cd bmx7
To only compile the main bmx7 daemon (no bmx7 plugins):
make EXTRA_CFLAGS="-DCRYPTLIB=MBEDTLS_2_4_0"
sudo make install
BMX7 is currently in the official OpenWRT-routing feed, so to install it from a existing system you can use opkg:
opkg install bmx7 bmx7-uci-config
If you are compiling your own OpenWRT, you can add the routing feed (already enabled by default) which can be found here: https://github.com/openwrt-routing/packages
Then run "make menuconfig" and select the bmx7 package in Networking -> Routing and redirection
It is recommended to select also, at least, the uci plugin (bmx7-uci-config)
You can select "luci-app-bmx7" to have a nice web interface for manage and monitorize the routing daemon.
Finally type "make" to build the image.
Available packages exist for the following distributions:
How does BMX7 work and on which OSI layer?
The goal of BMX7/SEMTOR?
Differences with bmx6
Similar Software