Skip to content

EricmesquiBR/chat-omniorb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OmniORB - CORBA Chat

Implementation of a CORBA based chat using omniorb and tkinter for the interface.

1. Create and activate a CONDA env:

$ conda create -n omni-env -c conda-forge python=3.10 omniorb omniorbpy

$ conda activate omni-env

2. Generate Python Code from IDL on both computers:

$ omniidl -bpython chat.idl

3. Run the OmniORB Service on both computers:

$ omniNames -start

4. Run the Server on computer A:

$ python server.py

5. Run the Client on computer B:

$ python client.py

6. Enter the IOR obtained from the server terminal on computer A:

$ Enter IOR:

IOR:010000001a...

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages