Skip to content

A tty group chat application built using eProsima's FASTDDS

Notifications You must be signed in to change notification settings

arthurgomes4/dds_group_chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dds_group_chat

A tty group chat application build using eProsima's FASTDDS

Install dependencies

  • install FastDDS from eProsima's website.
  • ensure that all build tools are available. sudo apt install build-essential make cmake.

build project

  • Clone the repo. Move to root of repo.
  • mkdir build && cd build
  • cmake -S .. -B . && make

Run the project

  • launch a group chat participant with ./node <node name>. For eg: ./node participant_A.
  • open more participants from other terminals.

About

A tty group chat application built using eProsima's FASTDDS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published