Marcel Hauf pisze:

> If I have the protocol library what is left?
> 
>     * Client to server connection, I think I will do this via sockets
>     * Configuration, should be easy with xml
> 
> Have I left something out?

Well, I have "configuration" in the form of static factories of the
Connection object. I'm not sure it's that much to tweak here. Maybe the
protocol version, but it's parameterized (via generics and the Visitor
object) and not a concern for the library itself.

As for the connection, the protocol library is basically a way to serialize
frame objects to a stream, so any form of binary stream should do (even
though libtpproto-java assumes sockets; this might be an interesting thing
to take just the in and out streams and not bother with that). And I don't
see an alternative to sockets for network communication... ;)
-- 
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