cetic / tinydtls

6LBR copy of TinyDTLS, see official repository for support outside 6LBR
https://projects.eclipse.org/projects/iot.tinydtls
Other
27 stars 20 forks source link

Got this socket error while implementing dtls in contiki #6

Open PranavD10 opened 5 years ago

PranavD10 commented 5 years ago

`../../apps/tinydtls/session.h:45:10: fatal error: sys/socket.h: No such file or directory

include <sys/socket.h>

      ^~~~~~~~~~~~~~

compilation terminated. ../../Makefile.include:240: recipe for target 'obj_srf06-cc26xx/dtls.o' failed make: *** [obj_srf06-cc26xx/dtls.o] Error 1 ` I want to implement the dtls security for contiki and I am following this steps https://sunmaysky.blogspot.com/search/label/DTLS