Page 1 of 1

HTTP request and IR translation

PostPosted: Fri 23. Jan 2009, 12:06
by Ben
Hi,

My IRDB device contains a translation table.
Can I execute a "translated command" throught a HTTP request ?

Thanks,
Ben

Re: HTTP request and IR translation

PostPosted: Fri 23. Jan 2009, 13:38
by IRTrans
Hi,
no, that is not possible. IR Translation is always IR->IR.

The reason is, that the translation tables for IR Translation do not contain any command names.

IRTrans

IR Translator and the HTTP Interface

PostPosted: Mon 27. Jul 2009, 16:03
by bluesincenew
I am unable to use IR Translator and the HTTP Interface at the same time.

IF - - flash IRDB (F2)
THEN - - HTTP Interface works.
<http://192.168.1.166/send.htm?remote=tivo&command=pause&back>

IF - - flash IRDB(F2); flash TranslationDB(F1)
THEN - - Translation of IR signals work; HTTP Interface - no IR sent.

Is this a fault?

IRServer Version 6.02.12
[ 0]: IRTrans LAN: IR VER: E6.03.32 ETH VER: L1.07.20

Re: HTTP request and IR translation

PostPosted: Mon 27. Jul 2009, 17:53
by IRTrans
No, that is how it works.

http requests use the IRDB structure. Due to a completely different memory structure it is not possible to have IR Translation and IRDB at the same time.

If you have an irserver running somewhere you can use it to receive http requests.

IRTrans

Re: HTTP request and IR translation

PostPosted: Fri 31. Jul 2009, 13:50
by bluesincenew
Lan-XL has 128k IRDB/Translator memory and 128k memory for web pages. (HTML)

What function does HTML memory have if translation is loaded and HTTP Interface is unavailable?

Re: HTTP request and IR translation

PostPosted: Fri 31. Jul 2009, 19:02
by IRTrans
The HTML memory allows to upload and store small HTML pages. It is connected to the integrated Ethernet controller and cannot be used for IR codes.

IRTrans