xconnio / xconn-python

WAMP v2 Client and Router for Python
MIT License
6 stars 4 forks source link

CLI interface #86

Open om26er opened 3 weeks ago

om26er commented 3 weeks ago

need to move to

xconn client start{init, stop} xconn router start{init, stop}

om26er commented 3 weeks ago

essentially the client config is a Yaml with authid, url, realm and secret. a client may also be started by providing those same arguments in the cli, similar to wick.

om26er commented 3 weeks ago

The client should support starting the router for development purposes