SLua 0.0.1 Welcome to SLua 0.0.1 (All documented functionality works but with segfaults)

about · download · building · collaborate · donate · licenses · Lua reference manual · OpenSSL howto

About SLua 0.0.1

SLua is a computer program that provides remote control and communication services using OpenSSL for encrypted communication and Lua as scripting language.

The Lua version used is 5.2. A reference manual can be found here. For help about openssl certificated and keys click here.

Here capavility and use cases;

Usage: slua [SEQUENTIAL ACTIONS]
Actions:

 -h           Print help.
 -d           Set debug mode. Unset on even calls.

 -s           Silent, do not print version when running an
              interactive session.
 -e           ignore environment variables
 -r LIBRARY   require library 'LIBRARY'
               'stdlib' for the standard library.

 -[ e/s/a/n   Enter brackets. Abstract both as (go inside).
 -] e/s/a/n   Retry. [If failed/If succeded/Always/Never]

 -i CERT:PKEY  Identify this process. (Needed by -a)
 -y CFIL:CPATH CA certificates. You can enter a file or a   
               directory.

 -c H1,H2,...  Try to connect to hosts. Turs error flag. 
 -l HOSTNAME   Listen to HOSTNAME. Can only listen on one
               port. Specify this only once.
 -a            Accept a connection. Lock program until.

 -S            Pipe I/O to connection.

 -E STATEMENT  Execute string 'STATEMENT'.
 -V            Show version information.
 -D SECONDS    Wait SECONDS.
 -F FILE[,...] Run file with arguments [stdin=-]
 -I            Interactive session. Extracts LUA session.
 -Q            Quit lua.


Examples:
 

Download and install SLua 0.0.1

Go to download section here. Currently only Microsoft Windows and GNU/Linux are supported.

Building SLua 0.0.1

You can download a tar file from here. You can get latest sources with GIT. Simply run `git clone git://git.code.sf.net/p/ahari/git slua'. SLua 0.0.1 uses the autotools building system. Simply run;

# 'sh autogen.sh' For regenerating configure script. (Optional).
./configure --help # Show options.
./configure [OPTS] # Configure package.
make               # Build.
make check         # Run testbench.
make install       # Install on your system.
make html          # Build this webpage.

SLua 0.0.1 Supports the following operating systems; linux-gnu,w64-mingw32. Supported architectures are; i686,x86_64. You can cross compile SLua simply by adding

--host=i686-w64-mingw32
to configure options.

By default debug messages and symbols are disabled. You can enable them adding

--enable-debug
to configure options.

Collaborate with SLua

A user

Developing a computer program is tedious and time consuming. Donating money is the best way to recognize our job. Donating simply 5 euros would be nice.

A programmer

You should be registered on sourceforge before. First clone the source code with 'git clone ssh://SOURCEFORGEUSER@git.code.sf.net/p/ahari/git slua'. Change whatever. When you are done commit changes with 'git commit -m "Your changes"' and upload changes running 'git push origin master'.

Licenses for SLua OpenSSL and Lua

SLua is free software distributed under the terms of the MIT license reproduced below; it may be used for any purpose, including commercial purposes, at absolutely no cost without having to ask us. The only requirement is that if you do use SLua, then you should give us credit by including the appropriate copyright notice somewhere in your product or its documentation.

For details about Lua license, see this.
For details aboud OpenSSL license, see this.
SLua license:

Copyright © 2013 Harkaitz Valverde.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


Last update: Wed Oct 9 20:25:37 CEST 2013