Commit Graph

10 Commits

Author SHA1 Message Date
sthen
97ba85a83b drop maintainer 2020-08-01 11:30:36 +00:00
sthen
6cc9779250 switch my maintainer email addresses to my own domain 2020-07-11 22:54:35 +00:00
sthen
8c35de9aed update to libcoap-4.2.1 2019-12-10 16:47:54 +00:00
sthen
281899b005 Update to a newer libcoap snapshot (4.2.0 release works but has some minor
problems, current devel tree works better here). Remove USE_LLD=No and
USE_LIBTOOL=gnu as it now successfully builds and runs without (previously
this had a runtime failure). Tested against ikea tradfri 1.8.26.
2019-08-13 21:40:42 +00:00
sthen
9c6e9626b9 s/PERMIT_PACKAGE_CDROM/PERMIT_PACKAGE/ and some light whitespace tidying
in ports which I maintain
2019-06-03 16:06:50 +00:00
naddy
0819fd513b switch to CONFIGURE_STYLE=autoreconf 2019-05-19 11:26:24 +00:00
sthen
845841e4d2 tidier with AUTOCONF_ENV 2019-01-22 22:22:58 +00:00
sthen
c2569a59d3 USE_LLD=No to unbreak 2019-01-04 17:03:01 +00:00
sthen
f69363d670 most post-patch to do-gen 2018-11-05 17:23:41 +00:00
sthen
90d0f371f7 import devel/libcoap, tweaks/ok kn@ bcallah@
libcoap implements a lightweight application-protocol for devices that
are constrained in their resources such as computing power, RF range,
memory, bandwidth, or network packet sizes. This protocol, CoAP was
standardized in the IETF as RFC 7252.

The library provides the core functionality for development of
resource-efficient CoAP servers and clients, including resource
observation and block-wise transfer.

Example implementations show how these features can be used in
applications:

coap-client is a wget-like tool to generate simple requests for
retrieval and modification of resources on a remote server.

coap-server is a basic server application that illustrates various
server-side features of libcoap.

coap-rd implements a simple CoAP Resource Directory.
2018-06-14 21:15:26 +00:00