Please see these instructions for use case and more details.
sudo apt-get update
sudo apt-get install libboost-all-dev cmake g++
git clone https://github.com/HSL-UCSC/UDP_Relay_Service.git
cd UDP_Relay_Service/
mkdir build
cd build/
cmake ..
make