sending text messages in and out of squeak from another application

Joshua Gargus schwa at fastmail.us
Sat Aug 4 23:52:47 UTC 2007


One suggestion is to create a network connection using sockets.   
Another is to use files.  For example, Second Life might write chat  
messages to a directory that Squeak would periodically check to see  
if new messages have arrived.  It might be easiest to put each  
message into it's own file.

Josh


On Aug 4, 2007, at 12:49 PM, Lawson English wrote:

> Hi. I'm trying to create a simple chat connection between Croquet  
> and Second Life, and it seems the most safe way to do this (to  
> avoid leaking private IM into a Croquet island) is to simply let  
> Squeak display the text i/o outside of Croquet.
>
> So... how do I send a message to squeak and pass one back out of  
> squeak?
>
> This seems a fundamental thing to do, but I'm not sure how to start..
>
> Thanks.
>
>
> Lawson English.
>




More information about the Squeak-dev mailing list