readme

来自「rtlinux-3.2源码」· 代码 · 共 26 行

TXT
26
字号
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 + =
减小字号Ctrl + -
显示快捷键?