Create a static Publisher class that is used by the Director and the Manual Interface.
Stub files for Director and Manual interface to show how they would use the Publisher.
To run it yourself:
Follow the README to get your environment set up.
Create venv, install dependencies, and get activemq running
Run mock_operator.py
While mock_operator.py is running run director.py and/or manual_interface.py
Create a static Publisher class that is used by the Director and the Manual Interface. Stub files for Director and Manual interface to show how they would use the Publisher.
To run it yourself:
mock_operator.py
mock_operator.py
is running rundirector.py
and/ormanual_interface.py
closes #15 closes #13