console usage readme.txt
来自「使用RTP协议写的一个传输程序」· 文本 代码 · 共 11 行
TXT
11 行
This is a Client/Server example for using JRTP in a console program in the Visual Studio environment. Once both the client & the server are started, pressing enter in the server console will broadcast data to the multicast (addresses & ports have been hardcoded in the examples). You should see the proper amount of data received on the client side.
Note that the C++\General and Link\Input settings must be changed so that the directories paths are correct for your development environment.
Also, note that RTP_SUPPORT_THREAD must be one of the preprocessor definitions when building the JRTP library and the console applications.
To exit:
ConsoleClient - press enter
ConsoleServer - type 'x' & press enter
Hope this helps.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?