Re: Socket programming
Volker Kokula <[email protected]>
| Newsgroups | org.kernel.vger.linux-c-programming |
|---|---|
| Message-ID | <[email protected]> |
Hi Ardhan, you're going to write an enterly unportable and insecure program. If you want just send a structure from one host to another look for a library which does the packing and unpacking over the network for you. For example json-c [1] or csoap [2] Volker [1] http://oss.metaparadigm.com/json-c/ [2] http://sourceforge.net/projects/csoap/