Re: Tutorial or Example of Internet Communication
- Posted by irv Apr 25, 2015
- 2045 views
euphoric said...
I guess I should give more information about what I would be doing!
My client contacts my server and they basically make sure they should be talking to each other (not a hack attempt).
Then, my client requests a file. Server sends it. Client continues to request files until all files received.
Client sends a final bit of data for logging on the server.
Close connection.
Isn't that pretty much what Pete Eberlein's WEE updater.ex does? Without the security checks, of course, but you could figure out how to do that, I think.