Skip to content

kmarkus/rtp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RTP: Lua bindings to Real-Time POSIX services
---------------------------------------------

Building
--------

for Xenomai

$ make XENO=1 or 
$ make XENO=/path/to/xenomai-installation/

for GNU/Linux:

$ make

Setup your LUA_[C]PATH. Typically something like 

$ export LUA_PATH=";;;/path/to/rtp/?.lua;"
$ export LUA_CPATH=";;;/path/to/rtp/?.so;"

will do the trick. See the Reference manual [1] for more inforamtion.

Documentation
-------------

Make sure you have luadoc installed and run:
$ make docs

This will generate API documentation in htmldoc/

License
-------

All code is licensed (at your choice) as BSD or LGPL.

[1] http://www.lua.org/manual/5.1/

About

Lua bindings to POSIX.1b, Real-time extensions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published