Hello,
I am working on franca IDL. Am using html,js (websocket, autobahn) client and common API C++ WAMP server. I am trying to implement python client to the same server using crossbar router. When I tried searching info I found below links :
[1] https://github.com/zayfod/pyfranca .
[2] https://github.com/ingmarlehmann/franca-tools
And it is mensioned it is DBus based communication. But I need to use websocket and wamp. In crossbar.io website I found [3] https://github.com/crossbario/autobahn-python/.
But it talks about both client and server in python. I have the C++ server already I need to implement python client to the same server. May I know where can I find any info on this.
Thanks,
Siddhartha V