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

Delay in message post #9

Open
tomswinkels opened this issue Feb 6, 2019 · 7 comments
Open

Delay in message post #9

tomswinkels opened this issue Feb 6, 2019 · 7 comments

Comments

@tomswinkels
Copy link
Contributor

There is an delay of 12 seconds before sending a post.

Is this a bug?

@dmitryelj
Copy link
Owner

Not a bug because there can be several messages in a queue with the same body, but to different recipients. The delay can be adjusted btw.

@tomswinkels
Copy link
Contributor Author

But 12 seconds for default are very high, is there not another way to map messages with the same body? Maybe look to PDW?

@dmitryelj
Copy link
Owner

True, maybe 3-4s will be enough. You can try to adjust "post_delay_s" parameter to any value you want.

@tomswinkels
Copy link
Contributor Author

Yes.

I don't no how exactly P2000 decode works, but the same messages to differences addresses (capcodes) are sending a message for each address?

Maybe the decoder get a frame or some other stuff to check it is a group message or it is the last message in a group?

@dmitryelj
Copy link
Owner

p2000.py is a wrapper around multimon-ng.

There was an issue posted, please check: EliasOenal/multimon-ng#123

@tomswinkels
Copy link
Contributor Author

tomswinkels commented Feb 7, 2019

Yeah i know. But i was thinking what is the best place that make the group message.

@dmitryelj
Copy link
Owner

If it will be implemented officially in multimon-ng, I can use it, and there will be no need for a delay in a python application more. For now, settings 3-4s delay in a script is the easiest workaround.

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

2 participants