* 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. -- Tollef Fog Heen UNIX is user friendly, it's just picky about who its friends are _______________________________________________ maemo-developers mailing list [email protected] https://lists.maemo.org/mailman/listinfo/maemo-developers
