Hi,
I want to do some weather tracking through tcp sockets. i will need to send the zipcode through the client, receive it at the server, and return the temperature and wind speed to the client.
I have not done any kind of network programming so far, and so, i need help on how to go about this, with an introduction to socket programming, preferably.
Thanks.