python - Implementing and Designing a protocol for client server application -
i'm investigating implementing , designing protocol, i'm stucked on how start!
let's take example ldap protocol, have rfc , have asn1 grammar specification.
now how can start developing server in such way client compliant rfc ldap can communicate me without having kind of problem?
ldap it's example, can implement ftp, or custom protocol.
but want sure standard client once protocol defined, if implementation different.
so way of communication?
can give starting points?
thanks
p.s: implement server in python that's not important according said.
start asn.1 library. make server rfc says do. protocols apis, have implement guts instead of wrapper. communicate ldap (or ftp) messages on transport protocol tcp. if need making server, might want twisted.
Comments
Post a Comment