📄 readme
字号:
This directory have some Linux applications that help to test examples in the $(RTL_LWIP_SOURCES)/examples directory.The names of the applications explain what they are by themselves (i.e. tcpClientis a tcp client that helps to test the tcpserver module).Before using them, you may change the IP addresses they are using, so change code first.To compile any of the examples just type:>make name_of_the_exampleExample named prueba.c is intended to test both the udpserver.o module and thetcpserver.o module. Its code is simple, take a look at it.Once compiled, its use is:>./prueba <number_of_connections>This will connect number_of_connections times both with the tcpserver or the udpserverrunning in RT-Linux.Visit the RTL-lwIP web page:http://www.rtlinux-gpl.org/~serpeal/RT-lwIP/htmlFiles/index.html
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -