PDA

View Full Version : Sending Internet events to Girder 3



Mastiff
May 21st, 2005, 04:31 PM
This is typical for me... A few days of hysterical activity, then I'll go into hiding again... Now I'm trying to send commands to another Girder instance (Girder 3), but all I see is "Disconnect" flashing in that Girder instance. Here's the script I'm using:


socket, error = gip.Open('192.168.0.1',1024, password, NIL)
gip.Send(socket, test\n')


Obviously wrong... Any pointers? :oops:

birty
May 21st, 2005, 04:49 PM
shouldn't that be:
gip.Send(socket, 'test\n')

Mastiff
May 21st, 2005, 05:03 PM
That crashes Girder immediately.

Mastiff
May 22nd, 2005, 09:29 AM
I'm still stuck on this one. Anybody?