-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
[FR] Add timeout for dummy plugin #5188
Comments
You can also use the command That's probably what you mean, right? |
You can also use p2p to exchange task data between other espeasy hosts |
This is what I did in the beginning, but as my number of sensors and devices has grown exponentially, not being able to choose the position of the plugin makes P2P plugin sharing very inconvenient.
This is what I do, so the FR is not that important, but it would be very convenient. |
That's already being looked into... So the options I'm considering are hopping between "setup of p2p parameters" in the task or in the controller. |
Now each node which has the UDP port set is receiving all broadcast traffic for that port. Also for IPv6 another approach is needed. And I do plan on making the p2p sharing as you describe, where you can define what to send where. The most elegant approach would be to use multicast as you can 'subscribe' to a multicast IP/port. |
Ok.. i see, there is no simple solution to it. Ipv6 was definitely not on my radar... |
I often use taskvalueset to write incoming data from other nodes to the dummy plugin.
But when these nodes stop sending, the last value is there indefinitely. There is no way to see if there is a problem.
A timeout option would be great for this.
The text was updated successfully, but these errors were encountered: