![]() |
| ||
| c# client, java server Hi folks, I've got a C# client which can currently communicate with a C# server. I am considering re-writing the server in Java (to make it work better on Linux). Currently, the C# setup uses BinaryReader/Writer on top of a Network Stream on top of a Socket. Is there some Java implementation that would be compatible with the C# end? If not, what should I change? I'm hopeing I don't have to deal with raw Socket data..... Cheers :) Jonny |
| ||
| Re: c# client, java server jonytabpni, ?C# server |
| ||
| Re: c# client, java server C# server = a server written in C# it uses a combination of TCPListener,network stream and binaryreader and writer to talk to client. Any ideas if these exsist in java? |
| ||
| Re: c# client, java server Between two programs only the sets of bytes are transfered. No matter; these two programs are written with same programming language/environment or different. |
| All times are GMT -4. The time now is 2:27 am. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC