A tty group chat application build using eProsima's FASTDDS
- install FastDDS from eProsima's website.
- ensure that all build tools are available.
sudo apt install build-essential make cmake
.
- Clone the repo. Move to root of repo.
mkdir build && cd build
cmake -S .. -B . && make
- launch a group chat participant with
./node <node name>
. For eg:./node participant_A
. - open more participants from other terminals.