Guest User

Untitled

a guest
Oct 20th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. udp.beginPacket(address, 123); //NTP requests are to port 123
  2. udp.write(packetBuffer, NTP_PACKET_SIZE);
  3. udp.endPacket();
Add Comment
Please, Sign In to add comment