Home
last modified time | relevance | path

Searched refs:libcoap (Results 1 – 22 of 22) sorted by relevance

/net-tools-3.4.0/
D.gitignore18 libcoap/INSTALL
19 libcoap/Makefile
20 libcoap/Makefile.in
21 libcoap/aclocal.m4
22 libcoap/ar-lib
23 libcoap/autom4te.cache/
24 libcoap/coap_config.h*
25 libcoap/compile
26 libcoap/config.*
27 libcoap/configure
[all …]
DMakefile56 LIBCOAP = libcoap
58 LIBCOAP_LIB = $(LIBCOAP)/.libs/libcoap-1.a
61 (cd libcoap; ./autogen.sh; ./configure --disable-documentation; make)
63 .PHONY: libcoap
64 libcoap: $(LIBCOAP_LIB) target
66 coap-client.o: coap-client.c libcoap tinydtls
72 .PHONY: clean-libcoap
73 clean-libcoap:
74 (cd libcoap; make distclean)
84 clean: clean-libcoap clean-tinydtls clean-mbedtls
DREADME.legacy225 using the coap-server example server that is found in libcoap.
226 So get libcoap package which can be found here
227 https://github.com/obgm/libcoap.git
228 Compile and install the libcoap library in host.
233 $ /home/user/libcoap/examples/coap-server -A 2001:db8::1 -p 5683
/net-tools-3.4.0/libcoap/include/coap/
Dcoap.h.in2 * coap.h -- main header file for CoAP stack of libcoap
7 * This file is part of the CoAP library libcoap. Please see README for terms
14 #include "libcoap.h"
16 /* Define the address where bug reports for libcoap should be sent. */
19 /* Define the full name of libcoap. */
22 /* Define the full name and version of libcoap. */
25 /* Define the home page for libcoap. */
28 /* Define the version of libcoap this file belongs to. */
/net-tools-3.4.0/libcoap/
DMakefile.am20 libcoap-$(LIBCOAP_API_VERSION).map \
21 libcoap-$(LIBCOAP_API_VERSION).sym \
40 lib_LTLIBRARIES = libcoap-@LIBCOAP_API_VERSION@.la
84 include/coap/libcoap.h \
130 update-map-file: libcoap-$(LIBCOAP_API_VERSION).map libcoap-$(LIBCOAP_API_VERSION).sym
132 libcoap-$(LIBCOAP_API_VERSION).map: check_ctags $(libcoap_include_HEADERS)
141 libcoap-$(LIBCOAP_API_VERSION).sym: check_ctags $(libcoap_include_HEADERS)
151 pkgconfig_DATA = libcoap-$(LIBCOAP_API_VERSION).pc
DCONTRIBUTE2 # Developer information for contributing to libcoap #
7 The libcoap project is a FOSS project that is dual licensed. The maintainer
8 for the libcoap is Olaf Bergmann <bergmann@tzi.org>.
18 The used VCS for libcoap is Git, the main repository is living on GitHub.
21 https://github.com/obgm/libcoap
23 Please refer also to the libcoap website for additional information
25 https://libcoap.net/
32 libcoap library.
36 The main discussion and development platform for libcoap is the mailing list
44 https://lists.sourceforge.net/lists/listinfo/libcoap-developers
[all …]
D.gitignore1 # .gitignore for libcoap
17 libcoap-*.tar.bz2
28 libcoap*.la
29 libcoap*.pc
Dconfigure.ac1 # configure.ac for the libcoap package
8 # Define the libcoap software version here. Note! The libtool versions are
16 AC_INIT([libcoap], [libcoap_version], [libcoap-developers@lists.sourceforge.net], [libcoap], [https… package
21 # an autogenerated template. We need later a second one (include/libcoap.h)
56 # Update the libtool versioning only immediately before a public release of libcoap.
122 AX_CHECK_LINK_FLAG([-Wl,--version-script=./libcoap-${LIBCOAP_API_VERSION}.map],
123 … [libcoap_SYMBOLS="-Wl,--version-script=\$(srcdir)/libcoap-\$(LIBCOAP_API_VERSION).map"],
124 … [libcoap_SYMBOLS="-export-symbols \$(srcdir)/libcoap-\$(LIBCOAP_API_VERSION).sym"])
142 AC_MSG_WARN([==> The libcoap html documentation will not be build!])
164 AC_MSG_WARN([==> The libcoap html documentation will be build without DOT graphics!])
[all …]
DTODO2 libcoap. Please append (and remove) any issue you think its worthy.
7 Serious -> No regression on the user side, more likly on the libcoap
30 -> Adding some documentation for classical users on how to use the libcoap
60 -> Adding a logo for libcoap
DREADME1 libcoap: A C implementation of IETF Constrained Application Protocol (RFC 7252)
8 libcoap is a C implementation of a lightweight application-protocol
DREADME.md1 libcoap: A C implementation of IETF Constrained Application Protocol (RFC 7252)
8 libcoap is a C implementation of a lightweight application-protocol
DAUTHORS1 libcoap authors
DMakefile.libcoap3 libcoap_dir := $(filter %libcoap,$(APPDS))
DCOPYING1 libcoap is published as open-source software without any warranty of any kind.
/net-tools-3.4.0/libcoap/examples/
DMakefile.am18 coap_client_LDADD = @top_builddir@/.libs/libcoap-$(LIBCOAP_API_VERSION).la
21 coap_server_LDADD = @top_builddir@/.libs/libcoap-$(LIBCOAP_API_VERSION).la
24 coap_rd_LDADD = @top_builddir@/.libs/libcoap-$(LIBCOAP_API_VERSION).la
Dcoap-rd.txt.in13 coap-rd - A CoAP Resource Directory based on libcoap
83 Please report bugs on the mailing list for libcoap:
84 libcoap-developers@lists.sourceforge.net
88 The libcoap project <libcoap-developers@lists.sourceforge.net>
Dcoap-server.txt.in13 coap-server - CoAP Server based on libcoap
83 Please report bugs on the mailing list for libcoap:
84 libcoap-developers@lists.sourceforge.net
88 The libcoap project <libcoap-developers@lists.sourceforge.net>
Dcoap-client.txt.in13 coap-client - CoAP Client based on libcoap
39 multiple of 16 not larger than 1024 as libcoap uses a fixed maximum
160 Please report bugs on the mailing list for libcoap:
161 libcoap-developers@lists.sourceforge.net
165 The libcoap project <libcoap-developers@lists.sourceforge.net>
/net-tools-3.4.0/libcoap/examples/lwip/
DREADME1 Example of libcoap running on lwIP
26 differ from regular libcoap usage. If you seem to run out of memory creating
/net-tools-3.4.0/libcoap/tests/
DMakefile.am26 testdriver_LDADD = @CUNIT_LIBS@ @top_builddir@/.libs/libcoap-$(LIBCOAP_API_VERSION).la
/net-tools-3.4.0/libcoap/examples/contiki/
DMakefile.contiki31 APPS += libcoap
/net-tools-3.4.0/libcoap/doc/
DDoxyfile.in1217 DOCSET_PUBLISHER_NAME = libcoap build system