I'm wondering if anyone has managed to port tcpserver/tcpclient to windows, natively with mingw32 ideally. Should I just write it from scratch, using winsock? I'd like to pass raw pcm data over a socket connection so I have a multi-platform use for something like this. Theres no headers or protocol to follow for tcpserver/tcpclient, its just a straight tcp connection, right? The code had a bunch of #ifdef's in it and didn't seem straitforward, last time I checked, and I had trouble getting it to compile with cygwin32. If anyone has native tcpserver.exe and tcpclient.exe binaries, this would be ideal!
