python-udp
python-udp copied to clipboard
Python udp broadcast client-server example
Results
2
python-udp issues
Sort by
recently updated
recently updated
newest added
Nice example, but when it comes to `broadcast`, it leaves many questions: - the [original gist](https://gist.github.com/ninedraft/7c47282f8b53ac015c1e326fffb664b5) used broadcast and had a matching title. This example uses unicast. Is that by...
Hello, so far I have only found python-UDP-examples that use localhost or 127.0.0.0.1. What changes have to be made to make it work in my local network (= local WiFi-network.)...