mz-automation / libiec61850

Official repository for libIEC61850, the open-source library for the IEC 61850 protocols
http://libiec61850.com/libiec61850
GNU General Public License v3.0
857 stars 459 forks source link

Problem with goose subscriber #140

Open PreethiSreenath opened 5 years ago

PreethiSreenath commented 5 years ago

The sample goose subscriber works only with the sample goose publisher given in the library. Can anyone help in testing the sample goose_subscriber with the goose publishing from IEDScout or some other iec61850 server which publishes goose.? Please help

OzzaBuzz commented 3 years ago

Can you tell me which operating system you are working on? I am working in a linux environment and I am having trouble with the goose subscriber in the example itself. The publisher is publishing the goose messages, which I verified using WireShark but the subscriber is not able to get the messages.

mzillgith commented 3 years ago

Do you use the subscriber on the same linux system as the publisher using the same interface? This setup doesn't work on linux because the subscriber cannot see the messages sent from the same interface.