I updated sobexsrv my scripting obex server for Linux, its now in version 0.1.2. The new stuff is: support for directories, file and directory deletion and logging (e.g. transfer log). Of course there were numerous bugs which got fixed (since I really use it myself I found like 10 bugs just while trying to use it on my lab box).
Download it here: sobexsrv-0.1.2.tar.gz
The next version will support multiple parallel clients among some other nice features.
gopi wrote
Hey, I just tried it, and just got it working on my Nokia 770. I'm working on making some changes and cleanup stuff. So far I've added one feature, and noted two bugs: 1. execl now displays the errno error number, so you can find out why that didn't work. 2. The python helper uses "ls -la" and then parses the output. That is very, very fragile, and breaks on many systems, such as my SuSE box: drwxr-xr-x 108 gf2e users 4224 2005-10-28 12:11 . drwxr-xr-x 5 root root 120 2005-04-22 15:14 .. Python has various modules such as "os" that can do similar things, but that will not have the same problems. 3. After receiving an OBEX PUSH file, it terminates: handler: returned with exit code 1 PUT ok PUT end REQDONE LINKERR Still trying to figure that out. It does this with my Nokia digital pen; still poking around with other devices. I'll probably be doing some hacking and working on adding features and bug-fixes to this script over the next few days, since it's something I am very interested in - the Nokia 770 doesn't ship with any OBEX stuff out of the box, and it's one of the things that I really want to work with this hardware. -bhima@irc://irc.freenode.net
Collin wrote
the handler is hack, but thats the whole point of sobexsrv - you can write your own handler to customize it.
your comment...