Implementation of a CORBA based chat using omniorb and tkinter for the interface.
$ conda create -n omni-env -c conda-forge python=3.10 omniorb omniorbpy
$ conda activate omni-env
$ omniidl -bpython chat.idl
$ omniNames -start
$ python server.py
$ python client.py
$ Enter IOR:
IOR:010000001a...