Innerchaos
New Member
I opened every single sample that came in the SDK that google allows you to download. I could not find a sample that explains how to telnet
I did find this snippet on android developers group that says
> You just open a socket connection to the telnet port on the remote host, and
> then read/write the socket. This is standard network stuff, nothing android
> specific about it.
so I looked through the sdk for instances of socket connections and still nothing..
am I missing something
I did find this snippet on android developers group that says
> You just open a socket connection to the telnet port on the remote host, and
> then read/write the socket. This is standard network stuff, nothing android
> specific about it.
so I looked through the sdk for instances of socket connections and still nothing..
am I missing something