nimbuscontrols / EIPScanner

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

Discovery EIP devices #8

Closed atimin closed 4 years ago

atimin commented 4 years ago

We need to implement DiscoveryManager class, which has a method to send broadcasting requests via UDP. The method receives the UDP responses and returns a vector of structures. The structure will contain IdentyObject and information about IP and port. Each structure describes one device in the network.