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

Socket Programming on Maemo

2008-12-16 Thread Merrick Fonnesbeck
Hey guys, how is socket programming done on the N800 / N810? What libraries do you use and how is it done? Is there any examples somewhere that I can learn from or a how-to article that any one knows of? I'd like to open an outside connection to another computer and communicate with it using

Re: Socket Programming on Maemo

2008-12-16 Thread Sarah Newman
libc6 is your socket provider. http://www.gnu.org/software/libc/manual/html_node/Sockets.html Maemo is linux under the hood no matter what the gui is or the weirdness of some of the embedded stuff like busybox. Sockets are used like they are on any other linux platform, or else you couldn't

RE: Socket Programming on Maemo

2008-12-16 Thread Dirk-Jan.Binnema
...@maemo.org] On Behalf Of ext Merrick Fonnesbeck Sent: Tuesday, December 16, 2008 23:31 To: maemo-developers@maemo.org Subject: Socket Programming on Maemo Hey guys, how is socket programming done on the N800 / N810? What libraries do you use and how