"dev42" wrote:
Does anybody have any links / books / suggestions to learning how to write a Client app in a Client / Server scenario? Programming language wouldn't be too much of an issue if the explanation was done well.
That question is far too ambiguous to answer in any worthwhile manner. Technically, if you have a Roku channel that's requesting data from a web server, that's a client/server scenario.
"dev42" wrote:
and along the same lines, is TCP programming the same thing as Telnet programming?
Again, a bit ambiguous, but
TCP and
Telnet are not the same thing. Telnet is a network protocol that uses TCP for communication.
"dev42" wrote:
Also, *not* pointing any fingers, but is it possible that Roku BrightScript's TCP code behaves differently than what PuTTY would do?
Yep, because BrightScript's TCP components are bare bones TCP sockets. You'd have to implement the telnet client protocol yourself to interact with a telnet server connection (or vice versa).
My Channels: http://roku.permanence.com - Twitter: @TheEndlessDev
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)