📄 console usage readme.txt
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -