|
2008-08-07
, 08:06
|
|
Posts: 2,427 |
Thanked: 2,986 times |
Joined on Dec 2007
|
#72
|
|
2008-08-07
, 08:17
|
|
Posts: 166 |
Thanked: 191 times |
Joined on Dec 2007
@ Oulu, Finland
|
#73
|
|
2008-08-08
, 07:39
|
Posts: 29 |
Thanked: 7 times |
Joined on May 2007
|
#74
|
Thank you very much! You guys are turning me into the ultimate couch potato. I have an X10 USB controller arriving shortly. I'm gonna jam some of that stuff on the irreco remote also. I need some smaller, pretty buttons.
|
2008-08-08
, 13:21
|
Posts: 3 |
Thanked: 0 times |
Joined on Aug 2008
|
#75
|
|
2008-08-08
, 14:12
|
|
Posts: 2,427 |
Thanked: 2,986 times |
Joined on Dec 2007
|
#76
|
Can you tell us what kind of X10 system you have set up? It would be usefull to know what kind of X10 systems people have in use.
One problem with X10 is that even though X10 is standarded, the PC control interfaces are not, so there are several PC controller adapters used to control X10. So figuring out how Irreco should communicate to X10 is not that simple.
Also the applications that work in linux and can be used to control X10 do not have network API:s, so we would need to build some kind of Irreco X10 Server which would be used to order to those
command line controll apps around.
Do you know of any X10 controll applications that have some kind of network cabability, so you can remote control them?
make cm15a
|
2008-08-08
, 20:59
|
|
Posts: 2,427 |
Thanked: 2,986 times |
Joined on Dec 2007
|
#77
|
Do you know of any X10 controll applications that have some kind of network cabability, so you can remote control them?
|
2008-08-09
, 08:08
|
Posts: 29 |
Thanked: 7 times |
Joined on May 2007
|
#78
|
Sorry if this is not the appropriate place to post for development discussion, but it seems that the forums for this project at maemo.org are dead (it's been 8 months since the last post). Please point me to the proper forum if one exists!
Anyway, I have recently setup my Windows MCE IR transceiver as a generic IR tranceiver using the replacement driver I found here: http://www.byremote.com.au/Hip/mce_remote_faq.htm. I am very interested in developing an Irreco backend for this device, and I think this would be useful to the community, as the MCE transcievers are cheap, and many people already have them laying around!
My first thought was to create a telnet server on the host machine to communicate with from Irreco to trigger IR transmissions. The MCE transceiver replacement driver comes with a dll and command line executables for sending and receiving IR codes, so I figured creating a telnet server would be the simplest solution. I downloaded the Irreco source last night, but did not get a chance to really look at it in depth. I did notice that there seems to be a subfolder for each backend except for telnet. Can someone point me in the right direction as to where would be the appropriate place to add a telnet backend for the MCE transceiver, or if anyone has any suggestions on a better way to implement this?
apt-get source irreco-core apt-get source irreco-backend-telnet
My plan is to start working on this, and if I get far enough along, I will request to join the project.
Thanks in advance!
|
2008-08-09
, 09:17
|
Posts: 29 |
Thanked: 7 times |
Joined on May 2007
|
#79
|
Here is the older version of the daemon mentioned on this very informative page. The link to his most recent stuff is broken, but it has the link to the driver mentioned previously. This guy Neil Cherry is movin' an' shakin' as he is also a major player in the project I linked to above.
I've perused the network daemon code and it seems to be generally what we're both looking for. It's very light weight.
So, the answer is yes.
|
2008-08-09
, 17:27
|
Posts: 3 |
Thanked: 0 times |
Joined on Aug 2008
|
#80
|
As far as i understand MCE is XP Media Centre Edition. Do you intend to create a server that runs in WinXP and uses the Media Center stuff to send IR commands to other devices? Just asking because LIRC as far as i know has some support for the MCE thingy.
X10 backend was on our roadmap also but we havent decided when it will be done. But you should do that if you have spare time It would be nice community effort