Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 380 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 380 Bytes

message_transmitter

Build via Qt Creator

Using Qt Creator IDE open CMakeLists.txt as project file, then make Build command.

Build using command line

  1. Navigate to the sources directory;
  2. Run the build.sh script;
  3. Check out a build output in the ../build-mt/udp_receiver for the receiver/client process, and ../build-mt/udp_sender for the sender/server process.