Communication from one openPDC to another

Hello!

I am trying to send data from one openPDC to another, one is in my machine and the other is in a virtual machine.
I am testing this configuration because for my application, I will need to send information from openPDC to another client in another location. I am using openPDC on the other end just to make sure the data is being sent with the right timestamp, so it’s just a test situation.

I’m using wireshark and it says my data is being sent, but it seems like it’s not being received, because there is nothing showing in the graphs on this openPDC… In PMU Connection Tester, it works.

This is the one sending data:

This is the one receiving data:

Thank You,
Letícia.

Hello Letícia,

Can you check Windows Firewall on the machine receiving the data? In order to receive anything over UDP, you will either need to create an incoming rule to allow traffic on UDP 4712 (or openPDC.exe) or else disable the firewall entirely.

If that doesn’t work, then try running WireShark on the machine receiving the data to see if any of the data is even reaching that machine in the first place.

Thanks,
Stephen

Stephen,

I disabled the firewall and it worked!

Thank you for all the help!