[Olsr-cvs] olsrd-current/lib/mini README_MINI, NONE, 1.1 README, 1.1, NONE

Bernd Petrovitsch (spam-protected)
Tue Apr 3 11:48:47 CEST 2007


Update of /cvsroot/olsrd/olsrd-current/lib/mini
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv16831/lib/mini

Added Files:
	README_MINI 
Removed Files:
	README 
Log Message:
* renamed the various REAMEs more consistently

--- README DELETED ---

--- NEW FILE: README_MINI ---
---------------------------------------------------------------------
MINI PLUGIN FOR OLSRD
by Bruno Randolf <(spam-protected)>
---------------------------------------------------------------------

This is a minimal example plugin to demonstrate the functions a plugin
must implement. It documents the minimal requirements for the new
plugin interface and is a good start for creating new plugins and 
testing the plugin loader.

This plugin does nothing, except printing messages when it is loaded
and unloaded.


---------------------------------------------------------------------
PLUGIN PARAMETERS (PlParam)
---------------------------------------------------------------------

PlParam "test" "anything"
	just for a test: print the parameter.


---------------------------------------------------------------------
SAMPLE CONFIG
---------------------------------------------------------------------

add in /etc/olsrd.conf:

LoadPlugin "olsrd_mini.so.0.1"
{
	PlParam "test" "hello"
}


---------------------------------------------------------------------
EOF / 26.05.2005





More information about the Olsr-cvs mailing list