wenwu-glagle / libcoap

A CoAP (RFC 7252) implementation in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other


Languages

Language:C 92.1%Language:M4 3.7%Language:CMake 1.9%Language:Makefile 1.0%Language:Shell 0.7%Language:C++ 0.3%Language:Riot 0.3%Language:Dockerfile 0.0%