/: Rock'em Socket Routers

Nov 16, 2005 10:03


Oogby found me a link to doing some socket programming after watching fail to implement the MFC version. I've plugged, I've chugged, and I got a successful transmission from one program to another. Today's plan was to figure out what I'm doing an encapsulate it, but the link has changed, and no longer has the information that I was ignoring ( Read more... )

Leave a comment

Comments 6

melstav November 16 2005, 07:41:20 UTC
Try looking at the archive.org or google.com cache of the page?

Reply


justben November 16 2005, 08:55:42 UTC
Grab me any time you want to chat about sockets. I don't know the Windows API call names, but I can help with concepts.

Reply


melstav November 16 2005, 10:19:32 UTC
Also, you might want to look at the CHATTER and CHATSRVR source samples from MSDN...

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vcsample/html/_sample_mfc_chatter.asp

How much of that information will actually be useful if you're not using MSVC will be another question.

Reply

trenchcloak November 17 2005, 16:29:56 UTC

I looked that the example the last time I banged my head on sockets. That it takes 14 files to get their sample code to run is a minus to me. What I'm using now is 100 lines in one file, and it can be the server or the client, chosen at run-time. Oogby has made his point again that purhaps I should stay as far from MSDN and MFC as I can.

Reply

melstav November 17 2005, 16:38:40 UTC
Here's a little program I wrote for use with GhostScript and RedMon, that serves as a client for a *NIX fax server.... lets you print out of any program on windows, and send the output to the fax server to get faxed out.

One-way communication only, but it illustrates the point.

http://server3.lakotacreations.com/~barryc/src/faxtest.zip

Reply


trenchcloak November 17 2005, 16:33:22 UTC

I found the executable, so I will be able to distribute it after all. It's just in a really unintuitive place, and Window's Find can't find it.

Reply


Leave a comment

Up