Userver

From Rsewiki
Revision as of 13:13, 29 September 2008 by Lvm (talk | contribs) (New page: ''' UServer ''' An (almost) empty server, where the loaded plug-in modules determine the functionality. Image:nav-server.png The server is started by: ./userver And reads startup...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

UServer

An (almost) empty server, where the loaded plug-in modules determine the functionality.

The server is started by:

./userver

And reads startup commands from the scriptfile 'userver.ini' (if such exist in the default directory). It will then show a server prompt:

>>

And accept commands from this prompt like the other servers.

A few library modules can be loaded directly without any external files, to see wich modules that are available as 'static' modules try:

>> module help

Other modules can be loaded like:

>> module load="./ausmr.so.0"  # an smrdemo interface plugin