Skip to content

Instantly share code, notes, and snippets.

@eydam-prototyping
Created January 28, 2021 17:01
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 eydam-prototyping/2551cf833988af1bd029d3edfa5bb07c to your computer and use it in GitHub Desktop.
Save eydam-prototyping/2551cf833988af1bd029d3edfa5bb07c to your computer and use it in GitHub Desktop.
import usocket
sock = usocket.socket(usocket.AF_INET, usocket.SOCK_DGRAM)
sock.sendto(bytes("<164>1 2003-08-24T05:14:15.00Z ESP32 logger 0 - Log from ESP32", "utf-8"),("<IP>",514))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment