Skip to content

Commit

Permalink
Updated general documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
obgm committed Mar 15, 2011
1 parent 241f24f commit ab173a1
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions dsrv.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*/

/**
* \mainpage dtlssrv -- a basic DTLS server template.
* \mainpage tinydtls -- a basic DTLS server template.
* \author Olaf Bergmann, TZI Uni Bremen
*
* This library provides a very simple datagram server to demonstrate
Expand Down Expand Up @@ -63,6 +63,13 @@
* you link this software to OpenSSL, you have to make sure by
* yourself that you do not infringe with anyone's patents or IPR.
*
* \section develop Getting the Files
*
* You can get the sources either from the
* <a href="http://sourceforge.net/projects/tinydtls/files">downloads</a>
* section or through \c git from the
* <a href="http://sourceforge.net/projects/tinydtls/develop">project develop page</a>.
*
* \section Configuration
*
* Use \c configure to set up everything for a successful build. In addition
Expand Down Expand Up @@ -163,7 +170,13 @@ dsrv_set_cb(ctx, demux_protocol, demux);
* initial bytes of DTLSv1.1 or DTLSv1.2. This is valid for any
* test-based protocol and a few binary protocols such as COAP
* (c.f. <a
* href="http://tools.ietf.org/html/draft-ietf-core-coap-04#section-7.3">draft-ietf-core-coap-04</a>).
* href="http://tools.ietf.org/html/draft-ietf-core-coap-05#section-7.3">draft-ietf-core-coap-05</a>).
*
* \section join Get Involved
*
* To join this project, please contact the project administrators of this project,
* as shown on the
* <a href="http://sourceforge.net/projects/tinydtls/">project summary page</a>.
*/

#ifndef _DSRV_H_
Expand Down

0 comments on commit ab173a1

Please sign in to comment.