View on GitHub

Asio Service Discovery

Components for service discovery via udp multicasting. It's using boost::asio for async networking. It's non-blocking and non-locking.

Download this project as a .zip file Download this project as a tar.gz file
betabugs::networking::service_announcer Member List

This is the complete list of members for betabugs::networking::service_announcer, including all inherited members.

service_announcer(boost::asio::io_service &io_service, const std::string &service_name, const unsigned short service_port, const unsigned short multicast_port=30001, const boost::asio::ip::address &multicast_address=boost::asio::ip::address::from_string("239.255.0.1"))betabugs::networking::service_announcerinline