mkdir build && cd build
cmake ..
cd ..
./compile_and_run.sh
Sender: Comment out #define IS_SERVER
and #define USE_OPEN3D
in src/constants.h.
Receiver: Make sure those are not commented out.
Make sure the ports and IPs are correct, run the receiver, and then run the sender. Wait until no more data is sent, the receiver will visualize the points and cameras.