On Wednesday 06 Feb 2008, Tollef Fog Heen wrote: > * Fred Labrosse > > | I should have been a bit more specific. I want to have a client running > | on a nokia talking to a server running on another machine with the comms > | being done with tcp sockets. It's an had-hoc protocol. I'm not > | interested in transferring files. Or did I miss something about curl? > > I would just do it using BSD sockets. Look at the bottom of > getaddrinfo(3) for an example.
Thanks for the pointer. I've done a C++ wrapper for that a while ago and was hopping to not have to do the same for C. It's indeed not the end of the world, but I was just trying to avoid doing it ;-). Cheers, Fred _______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
