diff options
author | Cristiano Urban <cristiano.urban.slack@gmail.com> | 2017-02-03 23:12:42 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-04 06:59:40 +0700 |
commit | 725c137006249fe863e26bd362e0a78ae572f9bd (patch) | |
tree | 60cf4ea82adb226c8ac6cd4da222a21a7535cebe /libraries/libcoap/README | |
parent | da666b365bf5fb90302114f10f265fad0cbcd135 (diff) | |
download | slackbuilds-725c137006249fe863e26bd362e0a78ae572f9bd.tar.gz |
libraries/libcoap: Added (C-Implementation of CoAP).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'libraries/libcoap/README')
-rw-r--r-- | libraries/libcoap/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libraries/libcoap/README b/libraries/libcoap/README new file mode 100644 index 0000000000..676011c62e --- /dev/null +++ b/libraries/libcoap/README @@ -0,0 +1,4 @@ +libcoap implements a lightweight application-protocol for devices +that are constrained in their resources such as computing power, +RF range, memory, bandwith, or network packet sizes. +This protocol, CoAP, was standardized in the IETF as RFC 7252. |