libcoap3 4.3.3-1 source package in Ubuntu

Changelog

libcoap3 (4.3.3-1) unstable; urgency=medium

  * [982e6ed] d/watch: Add compression typ
  * [0f2bff8] New upstream version 4.3.3
  * [31bc595] Drop patch queue
  * [12db7be] d/rules: Don't clean out all files named Makefile
  * [ea81a89] d/rules: Also only remove coap_config.h in $(topdir)
  * [5097258] d/copyright: Update copyright data
  * [28e579a] d/control: Update package descriptions
  * [1070935] d/copyright: Drop non needed file

 -- Carsten Schoenert <email address hidden>  Sun, 17 Sep 2023 01:05:31 +0530

Upload details

Uploaded by:
Debian IoT Maintainers
Uploaded to:
Sid
Original maintainer:
Debian IoT Maintainers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libcoap3_4.3.3-1.dsc 2.2 KiB 7605930ff2395e9cddc31fc729fb8a8c150986b02d963723a9bfa37f091b3f47
libcoap3_4.3.3.orig.tar.bz2 504.5 KiB faa8999b06e7efd83af7e81f2be54b39ca8be9b53dea02b155cb11bb8f22eb4d
libcoap3_4.3.3-1.debian.tar.xz 6.4 KiB 3c81872689828217dac05fb4cb26f07124c890699904fbbd50914baf749973b7

Available diffs

No changes file available.

Binary packages built by this source

libcoap3: No summary available for libcoap3 in ubuntu noble.

No description available for libcoap3 in ubuntu noble.

libcoap3-bin: C-Implementation of CoAP - example binaries API version 3

 The libcoap provides some example binary files to show the usage of a CoAP
 Server, CoAP Client and a Resource Directory implementation. These examples
 heavily rely on the libcoap as the core functionality is based there.
 .
 This package provides the following example binaries without DTLS functions:
  * coap-client-notls
    A command-line client that allows you to interact with CoAP resources.
 .
  * coap-server-notls
    Simple server that can provide CoAP resources for simple testing cases.
 .
  * coap-rd-notls
    This binary let you simulate various CoAP resources mostly for testing
    purpose.
 .
 This package provides the following example binaries with DTLS functions:
  * coap-client-{gnutls,openssl}
    A command-line client that allows you to interact with CoAP resources
    based on TLS functions by GnuTLS or OpenSSL.
 .
  * coap-server-{gnutls,openssl}
    Simple server that can provide CoAP resources for simple testing cases
    based on TLS functions by GnuTLS or OpenSSL.
 .
  * coap-rd-{gnutls,openssl}
    This binary let you simulate various CoAP resources mostly for testing
    based on TLS functions by GnuTLS or OpenSSL.
 .
 You can use these files without any exception no matter as they named
 examples. Please see the respective man pages for usage instructions.

libcoap3-bin-dbgsym: debug symbols for libcoap3-bin
libcoap3-dbgsym: No summary available for libcoap3-dbgsym in ubuntu noble.

No description available for libcoap3-dbgsym in ubuntu noble.

libcoap3-dev: C-Implementation of CoAP - development files API version 3

 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 developed in the IETF working group
 "CoRE", <https://datatracker.ietf.org/wg/6lowapp/about/> and was
 standardized in RFC 7252.
 .
 This package contains the developer files like headers, the static library
 and the pkg-config files.

libcoap3-doc: C-Implementation of CoAP - HTML based documentation files for API v3

 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 developed in the IETF working group
 "CoRE", <https://datatracker.ietf.org/wg/6lowapp/about/> and was
 standardized in RFC 7252.
 .
 This package contains the Doxygen generated library API HTML documentation
 for libcoap.
 They can be accessed by open /usr/share/doc/libcoap3-doc/html/index.html.