PDA

View Full Version : 3.1 and Internet server



Ron
October 13th, 2002, 12:55 PM
Check the help directory for a php example.
Java and .NET examples are here :
http://www.girder.nl/download.php?Link=258

RCML, I have no idea what this is, maybe someone else has more experience with this.

Ron
October 13th, 2002, 12:55 PM
Thanks

Ron
October 13th, 2002, 12:55 PM
To add a payload to an event you send this command before the actually eventstring:

payload <payload>\n

The server will then add the payload once to the next incoming eventstring.

shaun_armbrust
October 13th, 2002, 12:55 PM
I may have missed it, but I did a lot of checking.

With the new internet server plugin, is it possible to connect with something other then the ieventc program?

Specifially from within a web page for instance?

I had been using RCML package style tcpip commands to girder, but I don't think this can work anymore. Esp if the password is now encrypted, how can it send the encrypted password?

BTW, just started seriously implementing girder on my HTPC. Using a couple fuji 510's for remote control, and a slinke for IR.

Thanks for any help, and I must also say how impressed I am with girder in general.

shaun_armbrust
October 13th, 2002, 12:55 PM
Wow, Thaks quick response!

The php example should be just what I need.

Bug on line 146, should read:

<form method="post" action="girder.php">

I beleive.

Thanks!

shaun_armbrust
October 13th, 2002, 12:55 PM
Next Question,

How do you include a payload using this interface?

Do you just send it as the next 'line', or do you seperate it from the command with a space?