PDA

View Full Version : CLI tool to beam things to PDAs



slavik
May 9th, 2008, 08:31 PM
I work in a college where we have terminals that are used to look up books. We have an in-house Firefox extension that generates a map of where a book is when you are at a page with the book's call number.

It was coded for windows. I was able to port it to Linux.

The second part that relates to this extension is that when the map is displayed, it allows you to 'beam' the map to your PDA (anything with an infrared receiver).

Does anyone by chance know of any tool/library that can be called from another script in order to accomplish this simple task?

heikaman
May 9th, 2008, 09:02 PM
slavik try obexftp or ussp-push to push OBEX objects, you can call it from your script.
Both are in the repository, also check out irda-utils.

slavik
May 10th, 2008, 02:36 AM
thank you. will give them a try.

slavik
May 13th, 2008, 07:42 AM
ussp-push fits the bill perfectly, but for some reason, the sigmatel usb-irda adapter fails to send things (I do see that it is communicating with the PDA through wireshark).