Member
Joined: 03/07/2008
I have gotten quite a bit of work done on a program to edit the roboremote files, including adding new devices (if you know the remote code details.)
There are three relavant files and so far, I have finished one: robots.uir, this is where the product information is stored including details about its remote format. I have an add new device function, the ability to edit any of the fields, and also the ability to change the display order.
I am next starting on the actual device UIR files. This is where all the actual commands are stored for the different categories. I have not entirely decided how I want to handle this section and will probably need some feedback.
The third section, which I haven't started yet, but will probably be the easiest of all is the RCF editor. This is the action scripts saved by the roboremote program. Each line is an action, and the entries look like this:
RoboRaptor,Backward,10
That's just robot name, function name, and wait time. Adding and removing functions as well as shifting the playback order is about all there is to it. The wait time could maybe be handled a little better from an editor, but not too much that can be done.
Anyway, the device UIR editor is probably going to take the most amount of work and I am wondering if there is any intrerest in this at all. If so, please help out with some feedback and maybe some suggestions for what you would like to be able to do with the roboremote.
Thanks,
Retro
This is the robots.uir editor so far.