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

wenwu-glagle/libcoap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a fork of libcoap. I am using libcoap in windows environment, the origin code sometimes has some compile error in windows, so I create this to fix them.

BUILDING

  Build for windows:
  1. Open libcoap\win32\libcoap.sln with visual studio
  2. Add openssl include and lib directory if need,  openssl version need higher than 1.1.0
  3. Build it.
  
  Build for linux:
  1. ./autogen.sh
  2. ./configure
  3. make
  4. make install

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 92.1%
  • M4 3.7%
  • CMake 1.9%
  • Makefile 1.0%
  • Shell 0.7%
  • C++ 0.3%
  • Other 0.3%