From owner-freebsd-multimedia@FreeBSD.ORG Mon Jan 15 20:03:27 2007 Return-Path: X-Original-To: freebsd-multimedia@freebsd.org Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 30FF216A47E for ; Mon, 15 Jan 2007 20:03:27 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from schitzo.solgatos.com (pool-71-245-104-192.ptldor.fios.verizon.net [71.245.104.192]) by mx1.freebsd.org (Postfix) with ESMTP id ECF3A13C469 for ; Mon, 15 Jan 2007 20:03:24 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from schitzo.solgatos.com (localhost.home.localnet [127.0.0.1]) by schitzo.solgatos.com (8.13.8/8.13.6) with ESMTP id l0FK3OAa030109 for ; Mon, 15 Jan 2007 12:03:24 -0800 Received: from sopwith.solgatos.com (uucp@localhost) by schitzo.solgatos.com (8.13.8/8.13.4/Submit) with UUCP id l0FK3OTY030096 for freebsd-multimedia@freebsd.org; Mon, 15 Jan 2007 12:03:24 -0800 Received: from localhost by sopwith.solgatos.com (8.8.8/6.24) id UAA04466; Mon, 15 Jan 2007 20:00:12 GMT Message-Id: <200701152000.UAA04466@sopwith.solgatos.com> To: freebsd-multimedia@freebsd.org Date: Mon, 15 Jan 2007 12:00:12 +0000 From: Dieter Subject: software for remote control - alternatives to LIRC ? X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd@sopwith.solgatos.com List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jan 2007 20:03:27 -0000 Can someone recommend software to read data from an infrared remote and figure out which button was pushed? LIRC is not LP64 clean, and I've read reports that it is buggy even on 32 bit platforms. I looked at the data from three different remotes with hexdump, and it doesn't look anything like the stuff in LIRC's files. There must be some preprocessing going on. I could probably stare at the hex dumps awhile and figure something out, but why reinvent the wheel?