UDP multicasting with Python
Posted in

UDP multicasting with Python

Welcome to the next pikoTutorial! The minimal receiver Note for beginners: do not remove line 14 from the receiver implementation! Without the ability to re-use the same address, you will not be able to run more than 1 multicast receiver and you’ll end up with a simple UDP client/server setup.…

UDP multicasting with Python Read More