I need to operate my wireless mesh network on the European ISM band at 868 MHz. My interest has fallen upon Contiki-OS, and Thingsquare Mist is a Contiki port that supports some of Texas Instruments 868MHz transceivers.
Now, I have successfully finished the simulation in Instant Contiki from the starting guide, but I have trouble compiling the example codes from Thingsquare Mist.
When trying to add a mote in the simulation with firmware from
thingsquare-mist-1.0.1/platform/mist-exp5438/contiki-exp5438-main.c
I get:
$ make contiki-exp5438-main.exp5438 TARGET=exp5438
make: *** No rule to make target `contiki-exp5438-main.exp5438'
Trying to compile some of the examples states that ip64-conf.h is missing from apps/ip64/, and renaming the existing file ip64-conf-example.h to ip64-conf.h in said folder just gives me a lot of compile time errors.
Obviously I am doing some fundamentally wrong here, could someone point me in the right direction?