From: <li...@ba...> - 2007-01-29 02:51:00
|
Hi! Canavan, Philip S (UK - London) "pca...@de..." wrote: > I'd thought about that, but the sending system will be available only > intermittently, so I really need it to be able to connect to the > controlled host, send a code sequence, and then vanish again. Basically, > (for a variety of reasons) I'm looking at running a Nokia tablet as a > remote, connecting over TCP/IP with WiFi. Will --connect and the lircd > protocol allow pushing data in this manner, or only pulling (ie can the > "remote" initiate the connection)? No, it won't work for this use case. "Misusing" the UDP driver probably is the easiest way to achieve this. You probably only missed sending the gap between signals to lircd. You should tell more about what you are exactly sending and how lircd is configured. The best way would be to just use a simple protocol like Sony and generate the correct signal sequence in your program instead of having the raw signals stored in you program. But it does not really matter. Christoph |