Skip to content
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

Documentation required for wstelnet.html page #115

Closed
mathuin opened this issue Jan 10, 2014 · 5 comments
Closed

Documentation required for wstelnet.html page #115

mathuin opened this issue Jan 10, 2014 · 5 comments
Labels

Comments

@mathuin
Copy link

mathuin commented Jan 10, 2014

When I open wstelnet.html in my browser and enter in a host and port and click connect, nothing happens. I'm pretty sure I need to run something locally, but I can't find any details in the documentation. I saw that a connection attempt was made to localhost:17523 from include/websock.js but I don't know what that's about or how to handle that.

Could you please update the documentation with whatever command needs to be executed on localhost for the wstelnet.html example to work as written? Thanks!

@mikecoin
Copy link

I'm having the same issue. I want to test this out and the telnet page seems like the simplest example, but I don't know what I need to do to get it to work. I've tried running a few commands on my machine but none of them seem to work.

@kanaka
Copy link
Member

kanaka commented Jan 13, 2014

@mathuin @mikecoin The websockify README has a description of launching a wrapped telnetd in the "Wrap a Program" which wstelnet.html should be able to connect to.

@kanaka kanaka closed this as completed Jan 13, 2014
@mathuin
Copy link
Author

mathuin commented Jan 13, 2014

Actually, the reason I opened the ticket was because the description of launching a wrapped telnetd was not enough for me to figure it out -- and it appears that @mikecoin is experiencing the same issue.

Could you please update the documentation with the specific command that needs to be executed on localhost for the wstelnet.html example to work as written? Thanks!

@kanaka
Copy link
Member

kanaka commented Jan 13, 2014

I've corrected the part that is incorrect (since websockify is now also a module, the program name is actually ./run if you are running it from the repo). I've tested it and it works (make sure you have a krb5-telnetd installed and have rebind.so built).

@mathuin
Copy link
Author

mathuin commented Jan 13, 2014

Thank you! That was exactly what I needed. I really appreciate it. :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants