Skip to content

ahmedawad1/libcoap

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

libcoap

Examples that use the libcoap library #libcoap installation#

#Examples# ##Hello world server## This coap server listens on port 4000 and responds with "Hello World!" every time "index" is requested. You can compile it using the following command:

  • gcc hello-world-server.c -I /usr/local/include/coap/ -O2 -D_GNU_SOURCE -DWITH_POSIX -lcoap-1 -g -o hello-world-server

About

Examples that use the libCoAP library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%