Re: Help with Connect to Telnet Server code
Re: Help with Connect to Telnet Server code
- Subject: Re: Help with Connect to Telnet Server code
- From: Robert Tillyard <email@hidden>
- Date: Sat, 17 Apr 2004 03:36:40 +0100
I had some UNIX code that did various network (socket) related stuff
that I wanted to port to OS X.
I found the easiest way was to leave all of the networking code on 'C'
and just do the front end in Objective-C. This may not be appropriate
for you but it worked for me.
Regards, Rob.
On 17 Apr 2004, at 1:16 am, Adam wrote:
Hello,
I am a complete Obj-C / Cocoa newbie. I have completed Apple's helpful
currency converter project and it works just fine. I have a great deal
of experience with Java, but I must say Obj-C syntax is messing with
my head.
I need to send and receive commands from a telnet server and I am
having a lot of trouble. I have searched the web exhaustively for an
example to point me in the right direction with no hope. I have
downloaded and played with all of the "socket" helper classes. The
only one I got to work was OmniNetworking which is installed properly.
I know I can also use some method to get and send to the terminal.
This would work too. However, my limited experience and dissiness with
the Obj-C syntax, is making it hard for me to gleam what I need from
the headers and example code. If cross posting is discouraged I will
try not to make a habit of it, but I thought it was relevant to both
topics. If anyone could help me with either a socket example or a
terminal example that would be great.
Thanks,
Adam
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.