/nifty-contiki

Nifty Contiki Port

Primary LanguageErlangOtherNOASSERTION

Build Status

Nifty - Erlang NIF Wrapper Generator

Website: [http://parapluu.github.io/nifty-contiki/]

Nifty Contiki is an Function Call Interface Generator for Contiki. It enables calling C-Functions specified in a C-Header file to be called over the serial bus.

Nifty Contiki is a fork of Nifty, an Erlang Native Function Interface Generator.

Installation

After succesfully cloning enter the following commands

make

and include Nifty Contiki in your ERL_LIBS path.

Dependencies

  • libclang including the header files
  • clang compiler