Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/steveklabnik/dtp

Document Transfer Protocol
https://github.com/steveklabnik/dtp

Last synced: 12 days ago
JSON representation

Document Transfer Protocol

Awesome Lists containing this project

README

        

Document Transfer Protocol
==========================

DTP is a description of how to get two different computers on a network to
share documents with one another.

DTP attempts to be _conceptually_ similar to HTTP, but much simpler. If you're
a newbie to networking protocols, DTP is a simple introduction to the topic.

Spec
----

The spec is located in the `spec` directory. It is written in [ReStructured Text](http://docutils.sourceforge.net/rst.html).

Sample implementation
---------------------

There is a sample implementation located in the `sample` directory.