Re: [riot-devel] Porting Zenoh Protocol to RIOT

2019-07-26 Thread Juan Ignacio Carrano
Hi Brenton, On 26/7/19 09:26, Brenton Chetty wrote: For compiling ZHe, i receive the following error "fatal error: netinet/in.h: No such file or directory, #include " ** The header is available: https://github.com/RIOT-OS/RIOT/blob/master/sys/posix/include/netinet/in.h To use it you m

[riot-devel] Porting Zenoh Protocol to RIOT

2019-07-26 Thread Brenton Chetty
Hi guys, I managed to do a port for the Zenoh protocol (ZHe and Zenoh-C) ( https://github.com/atolab/zenoh-c) (https://github.com/atolab/zhe). It works on native, however when I try to compile it for a board it fails during the CMAKE build phase. Note, I used RIOTs package system. When i compile u