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
When the network is busy, a lot of traffic that isn't necessary clogs it up for everyone. For example:
STATION-1>APT311,WIDE1-1,WIDE2-1:>TinyTrak3
In fairness, the TinyTrak is great, but packets like those that don't include a position aren't useful at all. Being able to filter out things like those on message content could help clean up the network by not digipeating unnecessary info. Maybe something like this for example:
FILTER 0 0 ! c/^TinyTrak[0-9]$
The text was updated successfully, but these errors were encountered:
When the network is busy, a lot of traffic that isn't necessary clogs it up for everyone. For example:
STATION-1>APT311,WIDE1-1,WIDE2-1:>TinyTrak3
In fairness, the TinyTrak is great, but packets like those that don't include a position aren't useful at all. Being able to filter out things like those on message content could help clean up the network by not digipeating unnecessary info. Maybe something like this for example:
FILTER 0 0 ! c/^TinyTrak[0-9]$
The text was updated successfully, but these errors were encountered: