Re: Does Apple's Bonjour work on Maemo?

2008-12-19 Thread Shengye Lu
Hi, How to install libavahi-compat-libdnssd-dev on Tablet? -since this package is to provide mDNSResponder compatibility headers. When I use apt-get, I got error: libavahi-compat-libdnssd-dev: Depends: libavahi-client-dev but it is not going to be installed Cheers, -- Shengye

programming with Libconic

2008-12-18 Thread Shengye Lu
Hi, I use con_ic_connection_connect_by_id() to connect with suitable wlan. Sometimes (especially when it fails to connect with a certain WLAN), there might appear an error dialogue, which says Network connection error. Try again? In this case, user has to choose Cancel, otherwise Maemo will take

Does Apple's Bonjour work on Maemo?

2008-12-17 Thread Shengye Lu
Hi, I tried to cross-compile a service-discovery enabled application, which depends on Apple's mDNSResponder library. My question is: is it possible to cross-compile mDNSResponder library in scratchbox, and make Apple's service-discovery mechanism work on Maemo? My own experience is: compiling

Re: Socket Programming on Maemo

2008-12-17 Thread Shengye Lu
If you prefer to use higher level API and GLib, GNet is a candidate. But you have to install GNet library on Maemo yourself, since GNet is not shipped with Maemo by default. -- Shengye ___ maemo-developers mailing list maemo-developers@maemo.org

questions about Libconic

2008-12-13 Thread Shengye Lu
Hi, Currently I am using Libconic to control tablet to join in suitable WLAN network according to application's requirement. It works, but I am wondering whether there is possiblity to improve its performance. 1. it seems that my application has no chance to use Libconic initiate wlan scanning