TCP/IP and simulation was: Re: [SqNOS] Wiki link a SqueakSource

Karl Ramberg karlramberg at gmail.com
Tue Oct 7 17:58:04 UTC 2008


Gerardo Richarte wrote:
> Karl Ramberg wrote:
>   
>> I can look at the TCP/IP stuff. No promises...
>> How do I run SqueakNOS in VMWare or whatever on Windows ?
>> I don't have any money so I would need a free/gratis virtual machine
>> option.
>>
>>     
>     As Michael suggested, you can get the free VMWare player.
> Take a look at the diary entry for 2 Sep 2008 from
> http://people.squeakfoundation.org/person/gera/
>
>     There it says where to get the player, the vmware preconfigured
> image (VMWare appliance) and how to mount the virtual hard disk
> to get and change the .image file, so you can test your on modifications
> of SqueakNOS.
>
>     good luck! tell us how it goes!
>     richie

I got the SqueakNOS running. Networking is also working. I've just 
tested and explored the examples in the Workspace:

tcp := Computer current networkingStack ip tcp.

This works and I can create sockets and connect.
Creating networking streams of the connection fails:
strm := (tcp connectTo: InternetAddress fromString: '192.168.0.1' port: 
80) connect.

Tcp>>connect tries to create a NetStream on the connection but this 
always fails and I'm not sure why.
NetStream fails making a stream from the connection.

Well, this is where I'm at.

Karl


More information about the SqueakNOS mailing list