bmx-routing / bmx7

BMX7 / SEMTOR Securely Entrusted Mesh Routing Protocol
GNU General Public License v2.0
63 stars 15 forks source link

channel information i originators #59

Open der-nele opened 3 years ago

der-nele commented 3 years ago

hello

is it possible or easy to make that bmx7 is sharing the channel information in the mesh. to see in originators with router use with channel. for more easy channel tuning.

thanks for this good working tool

axn commented 3 years ago

Hello,

That should be possible. Either with sms plugin or maybe it is already integrated with iwinfo plugin.

Using the sms plugin you can synchronize "small" files in a virtual directory structure in memory among other bmx7 nodes that also have the sms plugin enabled. Therefore

All other nodes having the sms plugin loaded will see the file in their rcvdSms directory with a node-specific filename which is named as

: like this: /var/run/bmx7/sms/rcvdSms/AF0989B15A9EFB20F9A97F1491EBD9774CC8DA3BDA0C96A8F55FEDB1:iw-list Using the iwinfo plugin (mostly developed for openwrt ath9 cards) I guess channel information is already included, shared among nodes, and considered for routing. Then it should also be possible to extract this info using either bmx7 -c descriptions # this should print attributes of each node When using also json plugin: bmx7 plugin=bmx7_json.so plugin=bmx7_iwinfo.so ... This information is also available in json format in the directory: /var/lib/bmx7/json/... The /var/run/bmx7/json/netjson/network-graph.json might actually give you all you need then... There is some poor help for all of this here: https://github.com/bmx-routing/bmx7/blob/master/doc/Plugins.md So feel free to improve that and do a merge request :-) Best regards, Axel On 25.04.21 12:32, der-nele wrote: > hello > > is it possible or easy to make > that bmx7 is sharing the channel information in the mesh. > to see in originators with router use with channel. for more easy > channel tuning. > > thanks for this good working tool > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on GitHub > , or unsubscribe > . >
der-nele commented 3 years ago

ok thak you. i find some one how help me for that...