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.
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.