bmx6 icon indicating copy to clipboard operation
bmx6 copied to clipboard

BMX6 Mesh Networking Protocol

Results 9 bmx6 issues
Sort by recently updated
recently updated
newest added

Line 603 of the is_ip_valid function in the ip.c file: ```C if (ipXto4(*ip) != INADDR_LOOPBACK && ipXto4(*ip) != INADDR_NONE) return YES; ``` It only works on a big endian device....

I have two devices based on atheros and ralink chips. The problem is if I try to send packets more than 1428 between hosts, packets more than 1428 bytes just...

I've tried to start the bmx6 daemon on my QNAP machine running on Debian Buster: # bmx6 debug=0 dev=eth0_12 [6427 0] ERROR : First SIGSEGV -500650 received, try cleaning up......

Hi, I am running BMX6 in [qMp](https://www.qmp.cat) with 85 other network routers: ``` root@qMp-98d4:/# bmx6 -c --version BMX6-0.1-alpha comPatibility=16 revision=0312168aaa384379ccbefd4b2d936fc698664d5b ``` and I've noticed that asking the JSON-formatted BMX6 tunnels...

cc @dyangol ~~We are having issues because sometimes bmx6 crashes~~ The most common issue in bmx6 mesh networks is that a bmx6 crashed, and the solution we apply is to...

At the moment I'm newbie with this, but we had race conditions issues during boot because of `/etc/init.d/bmx6` file question: what do you think about this issue => https://gitlab.com/guifi-exo/temba/issues/18 we...

tunnel mtu problems are being discussed/solved here: https://github.com/bmx-routing/bmx7/issues/30 I see that the commits are very neat. If the tunnel structure is the same from bmx6 to bmx7 would be possible...

Hello, it is not ultimately required, a mere date plus hash would do, but it would nonetheless be nice to somehow have synchronised releases on github with what appears on...

Hello, The subject line says it all. I'd have respective patches ready that introduce a PREFIX Makefile variable. Cheers, Steffen