Skip to content
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

Feature Request: Option to allow duplicates. #380

Open
TheCommsChannel opened this issue Jun 28, 2024 · 8 comments
Open

Feature Request: Option to allow duplicates. #380

TheCommsChannel opened this issue Jun 28, 2024 · 8 comments

Comments

@TheCommsChannel
Copy link

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
Copy link

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

@TheCommsChannel
Copy link
Author

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
Copy link

na7q commented Jul 5, 2024

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

@na7q
Copy link

na7q commented Jul 15, 2024

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?

@TheCommsChannel
Copy link
Author

Same issue. Just not had time to work on the project but will be working on it again soon.

@na7q
Copy link

na7q commented Oct 31, 2024

Same issue. Just not had time to work on the project but will be working on it again soon.

Since I've started working on improving and adding minor things lately, trying to better understand the code and overall design. I'll see what I can find with this. If I'm lucky I can add a setting and time limit perhaps to it.

@na7q
Copy link

na7q commented Nov 30, 2024

Same issue. Just not had time to work on the project but will be working on it again soon.

I've started the implementation of this. It may takes me a short while, but initial tests prove successful. Since I'm attempting to add support for bulletins, this naturally becomes a necessary feature to have. As soon as I come up with the best solution for the bulletins, I can properly implement a setting on duplicate messages.

@TheCommsChannel
Copy link
Author

Same issue. Just not had time to work on the project but will be working on it again soon.

I've started the implementation of this. It may takes me a short while, but initial tests prove successful. Since I'm attempting to add support for bulletins, this naturally becomes a necessary feature to have. As soon as I come up with the best solution for the bulletins, I can properly implement a setting on duplicate messages.

Sweet! Good to hear the initial tests have been successful. I'll have more time this month to work on the BBS this month, so this is greatly appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants