Created
July 10, 2015 09:57
-
-
Save erangaeb/45c5d5c992fdbe26b0da to your computer and use it in GitHub Desktop.
UDP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
port = 5000 | |
soc = socket.socket(socket.AF_INET, socket.SOCK_DGRAM) | |
soc.bind(("10.2.2.132", port)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment