Reading from a socket
Reading from a socket
- Subject: Reading from a socket
- From: Robert MacGregor <email@hidden>
- Date: Fri, 19 Aug 2005 15:40:05 -0400
Hi,
How can I read data from a socket?
In XCode/Applescript Studio I tried:
set socket to make new Internet address with properties {dotted
decimal form:"224.0.113.101", port:9876}
(*open for access socket with read permission*)
log socket
set stuff to (read socket)
log stuff
I get 'Unknown Object' (-1731) for the 'set socket' line.
Rob
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden