Categories:
Audio (13)
Biotech (29)
Bytecode (36)
Database (77)
Framework (7)
Game (7)
General (507)
Graphics (53)
I/O (35)
IDE (2)
JAR Tools (101)
JavaBeans (21)
JDBC (121)
JDK (426)
JSP (20)
Logging (108)
Mail (58)
Messaging (8)
Network (84)
PDF (97)
Report (7)
Scripting (84)
Security (32)
Server (121)
Servlet (26)
SOAP (24)
Testing (54)
Web (15)
XML (309)
Collections:
Other Resources:
What Is examples.ntp.TimeClient.java
What is examples.ntp.TimeClient.java? Can I use to get the current time?
✍: FYIcenter.com
examples.ntp.TimeClient.java is an example program demonstrating how to use the TimeTCPClient and TimeUDPClient classes.
This program connects to the default time service port of a specified server, retrieves the time, and prints it to standard output. See RFC 868 for details. The default is to use the TCP port. Use the -udp flag to use the UDP port.
You can follow these steps to download, view and run examples.telnet.WeatherTelnet.java program.
1. Download commons-net-3.5-bin.zip file from Apache Commons Net.
2. Unzip all files from commons-net-3.5-bin.zip, and install them to C:\local. You should see C:\local\commons-net-3.5 folder with two JAR files and "examples" sub folder:
05/01/2016 11:37 PM 303,658 commons-net-3.5.jar 05/01/2016 11:37 PM 82,453 commons-net-examples-3.5.jar 05/01/2016 11:37 PM <DIR> examples
3. View C:\local\commons-net-3.5\examples\ntp\TimeClient.java with a text editor.
4. Run TimeClient.java in command window with both JAR files included in the classpath:
C:\fyicenter> java -cp .;C:\local\commons-net-3.5\commons-net-3.5.jar ;C:\local\commons-net-3.5\commons-net-examples-3.5.jar examples.ntp.TimeClient Usage: TimeClient [-udp] <hostname>
5. Get the current time from nist.gov time server:
C:\fyicenter> java -cp .;C:\local\commons-net-3.5\commons-net-3.5.jar ;C:\local\commons-net-3.5\commons-net-examples-3.5.jar examples.ntp.TimeClient time.nist.gov Usage: TimeClient [-udp] <hostname> Sat Nov 19 15:35:42 PST 2016
⇒ What Is examples.ntp.NTPClient.java
⇐ Connect to FTP Server with TelnetClientExample.java
2017-04-08, 3030🔥, 0💬
Popular Posts:
commons-collections4-4.2 -sources.jaris the source JAR file for Apache Commons Collections 4.2, whic...
JDK 11 jdk.httpserver.jmod is the JMOD file for JDK 11 HTTP Server module. JDK 11 HTTP Server module...
JDK 11 jdk.crypto.cryptoki.jmod is the JMOD file for JDK 11 Crypto Cryptoki module. JDK 11 Crypto KI...
Snappy-Java is a Java port of the "snappy", a fast C++ compresser/decompresser developed by Google. ...
JDK 11 java.xml.crypto.jmod is the JMOD file for JDK 11 XML (eXtensible Markup Language) Crypto modu...