atlanticwave-sdx / sdx-controller

Central Controller for AtlanticWave SDX.
https://www.atlanticwave-sdx.net
MIT License
2 stars 3 forks source link

Add a helper script and/or instructions for testing with a single node #164

Open sajith opened 1 year ago

sajith commented 1 year ago

A single sdx-controller instance alone is not very helpful during development (against the sdx-controller's REST APIs, for instance.) It seems to me that development can be a little simpler if we are able to publish the topologies on the message queue which sdx-controller can consume.

Perhaps the scripts in https://www.rabbitmq.com/tutorials/tutorial-five-python.html can help, or maybe amqp-publish from amqp-tools.