nimbuscontrols / EIPScanner

Free implementation of EtherNet/IP in C++
https://eipscanner.readthedocs.io/en/latest/
MIT License
220 stars 90 forks source link

Multicast support #23

Open nefethael opened 4 years ago

nefethael commented 4 years ago

Hi,

I would like to know if EIPScanner supports I/O messaging through multicast addresses? I tried to set o2tNetworkConnectionParams and t2oNetworkConnectionParams with NetworkConnectionParams::MULTICAST without success. If it is supported, do you have any example?

Thanks for this nice project, Vincent

atimin commented 4 years ago

Hi @nefethael , thank you for your interest in the project.

Unfortunately, we don't support the multicast implicit messaging. The flag exists but the feature does not. Sorry, that it's confused you.