Skip navigation.
 
mlRe: Need some help with SmallSockets/Networking
FROM : Cameron Hayne
DATE : Wed Dec 18 18:46:30 2002

On 17/12/02 9:26 am, "Albert Atkinson" <<email_removed>> wrote:

> how would I set up my client application to perform a similar
> action, telnet the IP address of the server machine and then grab the
> string sent by the server ("AWUP-2987-300-BE") and put it into an
> NSString?


Just follow what is done in the 'go' method of the "Test Application" that
comes with SmallSockets, omitting the writeString call (since your server
doesn't require any prompting to get it to send the string.

--
Cameron Hayne (<email_removed>)
Hayne of Tintagel
_______________________________________________
cocoa-dev mailing list | <email_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.

Related mailsAuthorDate
mlNeed some help with SmallSockets/Networking Albert Atkinson Dec 17, 15:26
mlRe: Need some help with SmallSockets/Networking Cameron Hayne Dec 18, 18:46