Marcel Hauf pisze:

> Yeah, right but .Net provides a TcpClient class to handle a net
> connection easier.
> But I prefer sockets.

Oh, yeah, I'm not familiar with .NET, obviously...

> The client library receives binary "code" which will be deserialized by
> a BinarySerializer with the help of the protocol library.
> This means the protocol library must be 100% compatible to the server
> protocol library, I´m correct?

It's the nature of protocols that the implementation has to be 100%
compatible, isn't it... Parts of libtpproto-java could be used on the server
side, because the wire format, obviously, is the same and only the concrete
frames differ.
But maybe I don't understand the question :)
-- 
KS
"To an engineer, everyone looks like a chimp" - Dilbert

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
tp-devel mailing list
[email protected]
http://www.thousandparsec.net/tp/mailman.php/listinfo/tp-devel

Reply via email to