No Description

Yuqiang Wang b77ba3f80f Merge pull request #108 from kurisaW/master 6 months ago
images 210562df72 【重构】TFTP 使用 socket 编写,支持支持客户端 6 years ago
iperf 450d6b7015 add udp client's log (#102) 1 year ago
netio b0a9c8b731 Merge pull request #67 from mysterywolf/netio 4 years ago
ntp 19d1a2908f [iperf][ntp] compiling error fix (#93) 2 years ago
ping 8b7194c294 匹配至4.1.0 4 years ago
tcpdump b77ba3f80f Merge pull request #108 from kurisaW/master 6 months ago
telnet 677533ee03 [telnet]修复5.1.0下RT_USING_POSIX_STDIO打开后的编译和使用 1 year ago
tftp f17ed7b1ba [tftp] adapt rt_weak 10 months ago
tools 3c6d334db2 [完善]:增加 Iperf 说明文档,替换 iperf 测试工具 7 years ago
LICENSE 76395801d5 更新版权文件 4 years ago
README.md 35a543f41f 【更新】格式 5 years ago
README_ZH.md 1005911238 【增加】增加英文readme 5 years ago
SConscript 58226cece6 Add ping, tftp, iperf, netio, ntp, telnet utilities. 8 years ago

README.md

RT-Thread Network Gadgets Collection

Chinese | English

1 Introduction

When RT-Thread is connected to the network, the playability is greatly enhanced. Here is a collection of all the web widgets available for RT-Thread, and all the widgets you need can be found here.

2. How to obtain

Please use ENV tool to assist download:

The path of the package is: RT-Thread online package -> IoT-internet of things -> netutils

3. Instructions for use

Each gadget can be enabled/disabled independently using menuconfig and provides commands for using Finsh/MSH. There is a detailed usage document in its catalog. If you need to use it, please check separately. The following is a summary of currently supported gadgets:

Name Classification Function Introduction Use Document
Ping Debugging test Use the "ping" command to check whether the network is connected, which can help us analyze and determine network failures click to view
TFTP File transfer TFTP is a simple protocol for transferring files, which is lighter than FTP click to view
iperf Performance Test Test maximum TCP and UDP bandwidth performance, report bandwidth, delay jitter and packet loss Click to view
NetIO Performance Test Tools for testing network throughput Click to view
NTP Time synchronization Network time protocol, support 3 alternative servers Click to view
Telnet Remote access Can remotely log in to RT-Thread's Finsh/MSH Shell Click to view
tcpdump Network debugging tcpdump is RT-Thread's lwip-based network packet capture tool Click to view