Skip to content

Instantly share code, notes, and snippets.

@keizo042
Created September 15, 2017 08:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save keizo042/1cd3b61bb9e978a234080eb15abfda4a to your computer and use it in GitHub Desktop.
Save keizo042/1cd3b61bb9e978a234080eb15abfda4a to your computer and use it in GitHub Desktop.
udp = UDPSocket.new
udp.connect("localhost", 1000)
udp.send( "hello", 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment