Computer Networks Project
Sem - 4
- Implementation and demonstration of multiple brokers and clients using Python
- Showed subscription to nested topics
To run code:
Open 4 terminal windows simultaneously, and run the four programs in them at the same time.
terminal 1 - python3 pub1.py
terminal 2 - python3 pub2.py
terminal 3 - python3 sub1.py
terminal 4 - python3 sub2.py