-
Notifications
You must be signed in to change notification settings - Fork 7
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
How to setup libethercat for only user space, #9
Comments
As libethercat is a user space library i don't understand your question and the relation to a virtual interface. In principle libethercat doesn't care if the provided interface is virtual. How should this be configured? What slaves attached to where? How does your setup look like? |
So I want a set up a network like shown below. i am able to initalize but the master is not able to read the slaves and configure the slave on the network. the binding between virtual to physical nic is operated using raw sockets. Physical connection is connected to Beckhoff slave. Could you please tell me why the master doesn't detect slaves with above setup. |
In this case i don't think that the dummy driver is the right choice. As the name implies the dummy devices are not really working. I think you should better have a look at tun/tap devices. For EtherCAT (layer 2 ethernet) a tap device should be the best choice here. |
But, I am able to capture the frames from master using raw sockets. |
sorry that i come back to this that late. did you resolve the issue in the meantime? So you have wireshark/tcpdump logs and can see the EtherCAT frames in both direction captured at the physical nic AND the virtual nic? |
I would like to use libethercat as master and connect it to a virtual interface to scan and configure the slaves.
would this be possible ?
The text was updated successfully, but these errors were encountered: