Developing a project which is an implementation of an open standard/protocol
- by dotnetdev
Hi,
A lot of interesting code/projects are implementations of protocols, eg SNMP.
How are projects like these, which depend on implementing a certain format, developed? Is the process something like get the guidelines of the protocol and then implement code which follows it.
For example, XML-RPC is about transmitting XML docs between…