Skip to content

Instantly share code, notes, and snippets.

@kvalv
Created March 1, 2016 11:34
Show Gist options
  • Select an option

  • Save kvalv/7c3408322e7b77a2fd14 to your computer and use it in GitHub Desktop.

Select an option

Save kvalv/7c3408322e7b77a2fd14 to your computer and use it in GitHub Desktop.
from socket import *
s = socket(AF_INET, SOCK_DGRAM)
s.sendto("hello",("78.91.11.26",60770))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment