ge0rg / aprsdroid

APRSdroid - Geo-Location for Radio Amateurs
https://aprsdroid.org/
GNU General Public License v2.0
485 stars 95 forks source link

Feature Request: Option to allow duplicates. #380

Open TheCommsChannel opened 3 weeks ago

TheCommsChannel commented 3 weeks ago

I'm working on a BBS-like system for APRS which is menu driven. Being that its menu driven, the problem I run into is the end user will sometimes receive packets with the same messages and APRSdroid won't display them. If I clear the message session and try again, the messages come through fine until they get sent again, so it seems as if APRSdroid is not displaying duplicate messages in the same message session.

It would be great if there was an option to allow duplicates for use-cases like mine.

richonguzman commented 2 weeks ago

do you mean the packet APRSDROID receives over a certain time? (like 30 secs time delta?)?

TheCommsChannel commented 2 weeks ago

Correct. I'm not sure what the time delta is if there is one, but even after getting the same packet 10 minutes later, it still won't show unless I clear the chat.

na7q commented 2 weeks ago

Are you using message IDs? I'm a bit curious of your usage. Show me a couple examples of the raw packets?

na7q commented 4 days ago

Correct. I'm not sure what the time delta is if there is one, but even after getting the same packet 10 minutes later, it still won't show unless I clear the chat.

I'm assuming it's not that important, or you figured out your issue?