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
- Host: GitHub
- URL: https://github.com/parapluu/nifty-contiki
- Owner: parapluu
- License: other
- Created: 2014-06-12T12:42:57.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-02-15T18:14:25.000Z (over 9 years ago)
- Last Synced: 2023-08-05T13:37:21.022Z (almost 3 years ago)
- Language: Erlang
- Size: 3.45 MB
- Stars: 3
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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