You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding hopStart (added since 2.3) to database -> to have a better neighbor mapping. To make better graph even on node without neighbor info enabled.
Also neighbor info is a pain to collect because it's a low priority frame. With the hopLimit == hopStart trick we can get neighbor and RSSI/SNR from all message or any frames :) and make better link on map, or raw mesh graph like my one https://www.serveurperso.com small homepage made with D3.js showing live Parisian mesh network.
The text was updated successfully, but these errors were encountered:
hopLimit == hopStart work if many node are connected to MQTT to get neighboor, neighbor info is the best to get all topology by radio... this feature request is not as good as I thinked...
Adding hopStart (added since 2.3) to database -> to have a better neighbor mapping. To make better graph even on node without neighbor info enabled.
Also neighbor info is a pain to collect because it's a low priority frame. With the hopLimit == hopStart trick we can get neighbor and RSSI/SNR from all message or any frames :) and make better link on map, or raw mesh graph like my one https://www.serveurperso.com small homepage made with D3.js showing live Parisian mesh network.
The text was updated successfully, but these errors were encountered: