diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-02-24 01:36:07 +0800 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-02-24 01:36:07 +0800 |
commit | a5eab9c54a829a30f9cac9c49d903a2611c0c36d (patch) | |
tree | 7cf28a2f29fb49c4b99ff33dc98a289093f16bb2 /net/Makefile | |
parent | 4076dcfb87ecfa1b4996c6ccfa9801d3bf23bda6 (diff) | |
download | freebsd-ports-gnome-a5eab9c54a829a30f9cac9c49d903a2611c0c36d.tar.gz freebsd-ports-gnome-a5eab9c54a829a30f9cac9c49d903a2611c0c36d.tar.zst freebsd-ports-gnome-a5eab9c54a829a30f9cac9c49d903a2611c0c36d.zip |
New port: net/libcoap -- A CoAP (RFC 7252) implementation in C
libcoap is a C implementation of a lightweight application-protocol for devices
that are constrained their resources such as computing power, RF range, memory,
bandwidth, or network packet sizes. This protocol, CoAP, is standardized by the
IETF as RFC 7252. For further information related to CoAP, see
http://coap.technology.
WWW: https://github.com/obgm/libcoap
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index bf092220f2a1..809b1956d8de 100644 --- a/net/Makefile +++ b/net/Makefile @@ -361,6 +361,7 @@ SUBDIR += libbgpdump SUBDIR += libcapn SUBDIR += libcmis + SUBDIR += libcoap SUBDIR += libdmapsharing SUBDIR += libdnet SUBDIR += libexosip2 |