Skip to content
/ Lua4RS Public
forked from sehraf/Lua4RS

run Lua scripts inside RetroShare to do different tasks.

License

Notifications You must be signed in to change notification settings

HLT/Lua4RS

 
 

Repository files navigation

Lua4RS

A RetroShare plugin to automate and script things on RetroShare using the Lua language.

##What is RetroShare?## RetroShare is a secure decentralised communication platform. http://retroshare.sourceforge.net/

##What is Lua4RS?## This plugin let you interact with RetroShare. It exposes most RetroShare functions to Lua and provides a trigger system. You can write scripts that react to events (from RetroShare) like a friends comes online or received a new mail. With access to most RetroShare functions, you can do the same in the Lua language as you can do in C++.

##Requirements##

  • RetroShare
  • Lua 5.2

##How to build## Simply run "qmake" (or "qmake-qt4") and "make". Then place libLua4RS.so in your extension folder.

About

run Lua scripts inside RetroShare to do different tasks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 79.2%
  • TypeScript 16.3%
  • C 4.4%
  • Shell 0.1%