-
Notifications
You must be signed in to change notification settings - Fork 7
Description
Hi,
I have been trying since many days to run simpleRPL on a raspberry to enable the RPL communication between raspberry pis. One of requested library for simpleRPL program is RPLIcmp. After running the python setup.py install, I received the error message Error:arm-linux-gnueabihf-gcc: error: caplib.c: No such file or directory. The same error occurs also for icmp.c file. I can compile them separately as written in Makefile, and call the same installation command. Eventhougth everything seems fine, the example that is given in the wiki, in which rpl client and server communication is established, doesn't work. There is any message exchange between server and client. Do you know what could be the reason? is this a compilation issue of rplicmp?
BR
Cem