Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

AppGameKit Studio Chat / Telnet Connection Testing

Author
Message
Zdaxxy
21
Years of Service
User Offline
Joined: 9th Sep 2002
Location:
Posted: 24th Jul 2019 21:58 Edited at: 24th Jul 2019 21:58
I am having issues getting the server to acknowledge a telnet session. Are there more docs that explain how this is initiated and processed??

The HostNetwork works. I can connect to port 9100 but endless typing does nothing on the client side and the server never shows an established connection.

Oddly the server reports the loopback address as the IP for some reason when using GetDeviceIP() which I can however connect to via terminal on the same machine running the server.

Typing in telnet does nothing on the server side and when I close the server I get a connection refused so I know something is working.

This is what I get from the telnet session:

telnet 127.94.0.1 9100
Trying 127.94.0.1...
Connected to 127.94.0.1.
Escape character is '^]'.
?
1
test
hello
^A^S^G^F^C^C^C^C^C^C^C^C^C
^]
telnet> quit
Connection closed.



Here is the test code being used.

Login to post a reply

Server time is: 2024-03-29 08:11:54
Your offset time is: 2024-03-29 08:11:54