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

Problem testing Goose Publisher/Subscriber examples on Ubuntu 16.04 LTS #61

Closed
gopchandani opened this issue May 9, 2018 · 7 comments
Closed

Comments

@gopchandani
Copy link

Hi!

I was able to compile the goose_publisher and goose_subscriber under the examples. When I run the programs, I don't see the subscriber receiving any messages. I do see a three packets generated by the publisher on the interface.

Could you kindly point to how to test if the subscriber is working correctly? There is nothing printed on the shell and I don't see any log files in its folder.

Thanks,

Rakesh

@mzillgith
Copy link
Contributor

Hi,
In linux you cannot see the messages you sent on the same interface. So if publisher and subscriber are on the same linux box using the same ethernet interface this doesn't work.

@gopchandani
Copy link
Author

Do you have any suggestion on how should I test it?

@mzillgith
Copy link
Contributor

You can run the publisher and subscriber on two different machines.

@gopchandani
Copy link
Author

Running pub and sub on different interfaces worked out. I used mininet to run them on the same machine instead of running them on different machines.

@PreethiSreenath
Copy link

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

@cliff101532
Copy link

Running pub and sub on different interfaces worked out. I used mininet to run them on the same machine instead of running them on different machines.

Hi,I also want to build a goose example on my mininet. I want to know how did you run the example on your miniet.

@cliff101532
Copy link

cliff101532 commented Oct 25, 2022

Hi, In linux you cannot see the messages you sent on the same interface. So if publisher and subscriber are on the same linux box using the same ethernet interface this doesn't work.

Can my two machine under the same vlan receive the message with ethernet? Or they must under a same bus.

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

4 participants