Skip to content

parapluu/nifty-contiki

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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