This is a CORBA project made in C ++ using QT framework in QtCreator.
This project, built with GUI, is a client / server application that can send and receive unicast and multicast CORBA messages.
A complex logic is built to capture the received message and sent messages with modified parameters.
In order to verify the behavior of communication in a complex environment, a router topology has been emulated using GNS3 SW. In this architecture, one of the SW clients / servers runs in a Virtualbox connected to one of the GNS3 emulated routers.
An important tool used to test communication is Wireshark. Wireshark was built with the plug-in derived from idl messages needed for CORBA communication. The compilation procedure is linked in the attached attachment below
DOWNLOAD SERVER PROJECTS FROM GITHUB
here the GitHub link where you can download the complete Server project
DOWNLOAD CLIENT PROJECTS FROM GITHUB
here the GitHub link where you can download the complete client project