On Tue, 2008-02-05 at 13:28 +0000, ext Fred Labrosse wrote: > All, > > I'm fairly new to maemo development (but not to C/C++) and am starting an > application for my N800. > > I need to use TCP sockets and was wondering if there was any high level > library to do that. I saw references to SDL_net for maemo 2, but not maemo 4 > (and indeed, it is not installed on my nokia or in the devel environment). > > Would anybody have anything to suggest?
I'm using libcurl. It's part of the SDK http://curl.rtin.bz/libcurl/c/ The only 2 problems are: 1) It doesn't have dict support. 2) https://bugs.maemo.org/show_bug.cgi?id=2261 (Seems fixed but not yet released ?) Cheers, -- Localization Engineer OSSO - Nokia Multimedia _______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
