An open API service indexing awesome lists of open source software.

https://github.com/parapluu/nifty-contiki

Nifty Contiki Port
https://github.com/parapluu/nifty-contiki

Last synced: about 1 year ago
JSON representation

Nifty Contiki Port

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/parapluu/nifty.svg?branch=master)](https://travis-ci.org/parapluu/nifty)

# 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](http://parapluu.github.io/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