Skip to content
forked from obgm/libcoap

A CoAP (RFC 7252) implementation in C

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

gli-spirent/libcoap

This branch is 1 commit ahead of, 1431 commits behind obgm/libcoap:develop.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8071e01 · Apr 9, 2019
Nov 28, 2018
Nov 24, 2018
Apr 5, 2019
Apr 8, 2019
Apr 9, 2019
May 4, 2018
Mar 31, 2019
Mar 30, 2019
Apr 7, 2019
Dec 10, 2018
Mar 2, 2019
Dec 7, 2018
Apr 8, 2019
Nov 27, 2018
Dec 5, 2018
Mar 30, 2019
Mar 1, 2019
Jul 11, 2017
Feb 13, 2019
Oct 16, 2017
Jul 10, 2017
Mar 4, 2019
Jan 7, 2019
Mar 3, 2015
Mar 3, 2015
Mar 2, 2019
Mar 1, 2019
Oct 18, 2018
Sep 28, 2018
Apr 4, 2018
Jun 18, 2017
Mar 31, 2019
Dec 18, 2018
Apr 11, 2018
Dec 18, 2018

Repository files navigation

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

Build Status Static Analysis

Copyright (C) 2010—2019 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, 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.

You might want to check out libcoap-minimal for usage examples.

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 simplified BSD license. It includes public domain software. libcoap binaries may also include open-source software with their respective licensing terms. Please refer to LICENSE for further details.

About

A CoAP (RFC 7252) implementation in C

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 93.1%
  • M4 4.3%
  • Makefile 1.2%
  • Other 1.4%