-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to connect to a router, which is not on the same host ?! #39
Comments
Hi @manatlan E.g. http://wampy.readthedocs.io/en/latest/a_wampy_client.html When I get a little time later this week I'll update master and readthedocs and catch up with you to make sure you have had success. I've tested this myself with an instance of Crossbar running here: http://wampy.online/ Hope this helps. Short answer: It's all in the Crossbar configuration file |
Yes, it's all the problem ;-) So I try to fake it, by doing something like that :
But, got : cannot connect to: "wss://manatlan.myhost.fr:10001/ws": no suitable implementation for this system I'm investigating on that; currently It could be really cool to have something like the wampy js project, as simple as :
|
your current error sounds like the python 2.7 issue linked to at the bottom of this PR: #37 will take on board your suggestion. |
In all your examples, you make similars connexions like that :
c=Client(router=Crossbar())
But, this works only when the client is on the same host as the router (because it seems it feeds it with the local crossbar config).
I don't have found a way to connect from a different machine ?!
Is it possible with this wampy ?
The text was updated successfully, but these errors were encountered: