Hi Mikko,
In python push listener example which is working properly with one meter if it sends the crictical events. I tested through multiple meters at same time it is not able to dicipher the data , some of meters will fail. Is there any way to modify this example to listen multiple meters?
Hi, You need to modify theā¦
Hi,
You need to modify the reply so there are multiple reply buffers. Each meter must have its own buffer where received data is saved.
So you need to replace this:
self.reply.set(e.data)
something like this:
self.reply = GetReplyBySenderIpAddress()
BR,
Mikko