PDA

View Full Version : TCP/IP Gurus?



A Marchini
11-06-2007, 07:03 PM
Anyone done a few simple TCP/IP apps, or UDP I suppose, in .NET?
I need to pull together some code, and it would be nice if I could get a nice well thought out example.
I suppose I could attempt to port something in the linux realm... perhaps some python examples may translate well.
Anyways, just curious.

Tony M.

teberle
11-06-2007, 11:47 PM
Tony,

I have done quite a few apps with TCP in .Net. What would you like to see. Do you want Socket level or the TCPClient/TcpServer stuff?

Tony

A Marchini
11-07-2007, 03:37 PM
Tony,

I have done quite a few apps with TCP in .Net. What would you like to see. Do you want Socket level or the TCPClient/TcpServer stuff?

Tony
Tony,
Somthing Socket level would be handy. I would like to pipe event data down a channel to a linux machine I have.
Something implementing sorta robust state machine would be really great. I anticipate having to create a thread to manage it.

Tony M.