krossbar-connect-0.5.3 is not a library.
krossbar-connect
Krossbar bus connect
Krossbar connect allows connecting to Krossbar services to inspect endpoints or make calls.
Note: To be able to use connect, you need corresponding features, which are enabled by default:
privileged-serviceshub feature, which allows using Krossbar tools;inspectionKrossbar bus library feature, which addsinspectservice endpoint.
Usage
Running the binary allows you to connect to a service. If succefully connected, the tool enters interactive mode and provides a set of commands for usage:
helpto print commands helpinspectto inspect target service endpoint;call {method_name} {args_json}to call a method. Args should be a valid JSON and deserialize into the method params type.subscribe {signal_name}to subscribe to a signal or a state. This spawns an async task, so you can continue working with the service. All incoming signal emmitions will output into stdout.qto quit the tool.
<TARGET_SERVICE> Service