-
-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default smartbeaconing parameters seem too agressive #110
Comments
Hi @F4FXL I will try to explain the decisions made to have the current values (which are not fixed and can be changed if my calculations were wrong): slowRate": 120, //Fixed station are reocmmended to beacon every 10 minutes, standing mobiles do not need to beacon every 2 minutes the tracker won't send any beacon unless it gets away of the "minTxDist" from the last gpsPoint which he transmited. So if he is standing still it will Tx only once at 15 min (See standingUpdate variable) "slowSpeed": 10, the "minTxDist" value is not used when going the same direction without changing course, its only used to Tx when changing course. So if running at 100km/hr on a straight line it will only beacon once 60segs "minDeltaBeacon": 12, //this will mitigate the minTxDist Parameter, yet is too high. this is the minimal value time to send a beacon when changing course enough degrees depending on the velocity (turnslope calculations) "turnMinDeg": 10, //this is too low, a small turn on the road will trigger a packet this two values change depending on the speed the car turns/change course, the faster the car goes the less degrees it has to turn to send a gps beacon. When going slower it needs a bigger change in course to send |
Thanks for your reply. You added many more parameters compared to the original implementation https://web.archive.org/web/20190122090508/http://www.hamhud.net/ |
the problem there is that F1ZXL-10 is adding "[RSSI:-111 SNR:5.25 @ F1ZXL-10] " text into packet he should not modify the packets he Rx, by doing so he is uploading original packet modified and also the packet F1ZDF-10 repeated as a new Rx packet. Those packets are the same original packet and when not modified the second one should be rejected as it has been processed already. This will clearly avoid so many packets and repetitions |
good catch! I did not pay attention to this! just reported the issue with some explanation to the F1ZXL sysop. |
Do you have a link to check this values specifically?? |
i can provide you the values from my radios |
For Cars, The Yaesu radio defaults to:
For Bicycle it is defined as follow:
For pedestrian:
|
if it can help, there is a nice smartbeaconing map simulator in the web from hb9eyz : https://www.hb9eyz.ch/g_aprs_sm_simulation.php |
doing some calculations the main "sensible" variable here is the "TURN TIME: 30sec" which in my firmware would be the "minDeltaBeacon" changing all other values are "almost" the same, but clearly sending faster data has more potential to flood the map easier. can anyone help with getting other brands values? like Kenwood and Motorola? |
I have Kenwood values, but I am not sure these are style default ones though... |
Hi,
The default Smart Beaconing parameters are way to agressive and tend to generate excessive packet rates on mobile stations, saturating the network.
Smartbeaconing was meant to send packet outs when there is a sever change in direction which other station need to know about.
Here some comments on default parameters
Here is a proposal for more conservative parameters for mobile, which is actually more or less default on most APRS devices.
As a side note, APRS is not about having "a-good-track-on-aprs.fi" it is about situational/tactical awareness. transmitting your position when changing course on an intersection is what matters, not every turn on a winding road...
The text was updated successfully, but these errors were encountered: