From 948124a8220e32713aa107b00fa8b9c1ffe18b7c Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 10 Apr 2014 18:15:06 -0600 Subject: [PATCH] apps/netutils/ntpclient: Add a primitive NTP client. Initial checkin is untested and probably incomplete --- Documentation/NuttX.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index c41fc66bcd..57a8c8aae2 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -681,7 +681,8 @@

-

  • Networking utilities (DHCP server and client, SMTP client, TELNET client, FTP server and client, TFTP client, HTTP server and client). Inheritable TELNET sessions (as "controlling terminal")
  • +
  • Networking utilities (DHCP server and client, SMTP client, TELNET client, FTP server and client, TFTP client, HTTP server and client, NTP client). + Inheritable TELNET sessions (as "controlling terminal")