Skip to content
forked from obgm/libcoap

A CoAP (RFC 7252) implementation in C

License

Unknown and 2 other licenses found

Licenses found

Unknown
COPYING
BSD-2-Clause
LICENSE.BSD
GPL-2.0
LICENSE.GPL
Notifications You must be signed in to change notification settings

dthaler/libcoap

This branch is 49 commits ahead of, 2145 commits behind obgm/libcoap:develop.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5a16b17 · Sep 13, 2018
Oct 26, 2016
Apr 3, 2017
Sep 13, 2018
Mar 8, 2015
Oct 31, 2016
Sep 13, 2018
Mar 21, 2017
Dec 16, 2016
Oct 31, 2016
Oct 18, 2010
Jan 15, 2016
Dec 19, 2015
Feb 16, 2016
Mar 3, 2015
May 24, 2011
Jan 27, 2017
Mar 11, 2015
Mar 3, 2015
Mar 3, 2015
Jan 13, 2017
Jun 2, 2015
Oct 26, 2016
Jan 27, 2017
Jan 27, 2017
Jan 27, 2017
Jan 27, 2017
Jan 6, 2017
Apr 2, 2016
Jan 6, 2017

libcoap: A C implementation of the Constrained Application Protocol (RFC 7252)

Build Status Static Analysis

Copyright (C) 2010--2017 by Olaf Bergmann bergmann@tzi.org and others

ABOUT LIBCOAP

libcoap is a C implementation of a lightweight application-protocol for devices that are constrained their resources such as computing power, RF range, memory, bandwith, 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.

PACKAGE CONTENTS

This directory contains a protocol parser and basic networking functions for platform with support for malloc() and BSD-style sockets. The examples directory contains a client and a server to demonstrate the use of this library.

LICENSE INFORMATION

This library is published as open-source software without any warranty of any kind. Use is permitted under the terms of the GNU General Public License (GPL), Version 2 or higher, OR the simplified BSD license. Please refer to LICENSE.GPL oder LICENSE.BSD for further details.

About

A CoAP (RFC 7252) implementation in C

Resources

License

Unknown and 2 other licenses found

Licenses found

Unknown
COPYING
BSD-2-Clause
LICENSE.BSD
GPL-2.0
LICENSE.GPL

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 93.2%
  • M4 4.3%
  • Makefile 1.4%
  • Other 1.1%