RTT learning package

Network tools (NetUtils) 

  • Ping tool :  is a network diagnostic tool for testing packet can reach a particular host by IP protocol, depending on LWIP, support domain names and IP access;

  • Tools NTP: NTP  is Network Time Protocol (Network Time Protocol) for school when the RTC device through the network; URL address and access the setup area. note

    NTP API method consumes more execution thread stack to ensure adequate stack space (≥1.5K) use, not reentrant, pay attention when locking concurrency.

  • The TFTP  (Trivial File Transfer Protocol, Trivial File Transfer Protocol) is a TCP / IP protocol suite, is used for trivial file transfer protocol between the client and the server, not overhead file transfer service, the port number is 69 , than the traditional FTP protocol to lightweight lot. Depends on the LWIP, currently only supports RT_THREAD server, the client can be installed netutils/tools/Tftpd64-4.60-setup.exe in a position in which the received file and the file to be sent.
  • Telnet tool: enables remote login feature is currently only supports RT_thread server function, the user can remotely control the device hardware through the web server PC login devices.

  • tcpdump is a small tool based on IP packet capture RT-Thread of (packet capture tool), capture data can be stored by the file system, or import PC via rdb tools, the use of analytical software wireshark.

 

Guess you like

Origin www.cnblogs.com/jieruishu/p/11992694.html