Page 1 of 1

JP1 emulator?

Posted: Mon Jul 15, 2013 4:09 am
by Barf
The problem:
Given an RMDU-file. We would like to compute the rendered version (i.e. start-, repeat-, ending-sequences as a set of durations), possibly to compute the CCF form, or similar.

One way would of course be to flash the RMDU to an appropriate remote, and capture the IR signals with an IrWidget. This not a technologically sound solution, lots of manual, error prone work, requires hardware. Therefore, a software solution is solicited.

If the device upgrade uses a built-in protocol, this would require the UEI executer, thus probably having a legal problem. Luckily, these are known anyhow, in DecodeIR and IrpMaster. So the interesting case is the protocols with a supplied executor.

BTW, https://www.hifi-remote.com/forums/dload ... le_id=8969 is the trigger of my request.

Posted: Mon Jul 15, 2013 8:18 am
by The Robman
If you just want to see what the original signals look like for the Entone Aumlet IPTV receiver, you can download them here:

http://wwvv.hifi-remote.com/forums/view ... hp?t=12561

Posted: Mon Jul 15, 2013 4:28 pm
by unclemiltie
I started writing one a long, long time ago but never really got to the point where it would be useful. I looked at taking MAME and using it as the basis once I got the instruction set going. I was able to emulate a lot of the instructions and was working on a instruction set validator (written in assembly) that would then throw errors if it failed.

But agin that was a LONG time ago!