Sc-plugin

Aus VDR Wiki
(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
K (Optionen: obsolete)
K (Hierarchie)
Zeile 4: Zeile 4:
 
}}
 
}}
  
 +
<!-- ===Status=== -->
 
==Bilder==
 
==Bilder==
 
[[Bild:sc-plugin.jpg|thumb|none|''Einstellungen'']]
 
[[Bild:sc-plugin.jpg|thumb|none|''Einstellungen'']]
 +
 +
==Bedienung==
 +
===[[SVDRP]] Befehle===
 +
{| class="wikitable"
 +
|-
 +
!Parameter
 +
!Beschreibung
 +
|-
 +
| RELOAD || Neuladen der Konfigurationsdateien
 +
|}
  
 
==Hardwareanforderungen==
 
==Hardwareanforderungen==
Zeile 14: Zeile 25:
  
 
==Installation==
 
==Installation==
<pre>
+
* OpenSSL
cd $SOURCEDIR
+
cd $SOURCEDIR
tar xvzf openssl-<VERSION>.tar.gz
+
tar xvzf openssl-<VERSION>.tar.gz
cd openssl-<VERSION>
+
cd openssl-<VERSION>
./config shared
+
./config shared
make
+
make
make install
+
make install
ldconfig
+
ldconfig
</pre>
+
  
==Optionen==
+
===Optionen===
{| border=1 cellpadding=2 cellspacing=0
+
{| class="wikitable"
 
|-
 
|-
| bgcolor=#efefef| DBG=1                           || to compile with debugging information
+
| bgcolor=#efefef | DBG=1
 +
| to compile with debugging information
 
|-
 
|-
| bgcolor=#efefef| DEFAULT_PORT='"/dev/ttyS0",0,0' || If you want to add a default smartcard interface at compile time use the make option
+
| bgcolor=#efefef | DEFAULT_PORT='"/dev/ttyS0",0,0'
 +
| If you want to add a default smartcard interface at compile time use the make option
 
|}
 
|}
  
<!-- ==Patches== -->
+
<!-- ===Patches=== -->
<!-- ==Konfiguration== -->
+
==Konfiguration==
<!-- ==Einstellungen== -->
+
<!-- ===Einstellungen=== -->
 
+
===Parameter===
==Parameter==
+
{| class="wikitable"
{| border=1 cellpadding=2 cellspacing=0
+
|-
|- bgcolor=#efefef
+
 
!Parameter (kurz)
 
!Parameter (kurz)
 
!Parameter (lang)
 
!Parameter (lang)
 
!Beschreibung
 
!Beschreibung
 
|-
 
|-
| -I     || --inverse-cd   || use inverse CD detection for the next serial device
+
| -I           || --inverse-cd         || use inverse CD detection for the next serial device
 
|-
 
|-
| -R     || --inverse-rst || use inverse RESET for the next serial device
+
| -R           || --inverse-rst       || use inverse RESET for the next serial device
 
|-
 
|-
| -s DEV  || --serial=DEV  || activate Phoenix ISO interface on serial device DEV (default: none)
+
| -s ''<DEV>'' || --serial=''<DEV>''   || activate Phoenix ISO interface on serial device DEV (default: none)
 
|-
 
|-
| -d CMD  || --dialup=CMD  || call CMD to start/stop dialup-network (default: none)
+
| -d ''<CMD>'' || --dialup=''<CMD>''   || call CMD to start/stop dialup-network (default: none)
 
|-
 
|-
| -t SECS || --timeout=SECS || shutdown timeout for dialup-network (default: 60 secs)
+
| -t ''<SECS>'' || --timeout=''<SECS>'' || shutdown timeout for dialup-network (default: 60 secs)
|}
+
 
+
<!-- ==Bedienung== -->
+
 
+
==[[SVDRP]] Befehle==
+
{| border=1 cellpadding=5 cellspacing=0
+
|- bgcolor=#efefef
+
!Parameter
+
!Beschreibung
+
|-
+
| RELOAD || Neuladen der Konfigurationsdateien
+
 
|}
 
|}
  
<!-- ==Probleme== -->
+
<!-- ==Sonstiges== -->
<!-- ==Tipps== -->
+
<!-- ===Probleme=== -->
<!-- ==Wunschliste== -->
+
<!-- ===Tipps=== -->
<!-- ==Snapshot== -->
+
<!-- ===Wunschliste=== -->
 +
<!-- ===Snapshot=== -->
  
 
==Links==
 
==Links==

Version vom 9. August 2006, 13:11 Uhr

Inhaltsverzeichnis

Beschreibung

Hinweis
Hinweis

Benutzung und die Weitergabe dieses Plugins sind in vielen Ländern, wie zum Beispiel Deutschland, verboten!


Bilder

Einstellungen

Bedienung

SVDRP Befehle

Parameter Beschreibung
RELOAD Neuladen der Konfigurationsdateien

Hardwareanforderungen

SC kann über die Serielle Schnittstelle auf eine Multimouse AVR zugreifen. Es ersetzt somit ein Common Interface (CI) das für verschlüsselte Sender benötigt wird.

Softwareanforderungen

  • openssl

Installation

  • OpenSSL
cd $SOURCEDIR
tar xvzf openssl-<VERSION>.tar.gz
cd openssl-<VERSION>
./config shared
make
make install
ldconfig

Optionen

DBG=1 to compile with debugging information
DEFAULT_PORT='"/dev/ttyS0",0,0' If you want to add a default smartcard interface at compile time use the make option

Konfiguration

Parameter

Parameter (kurz) Parameter (lang) Beschreibung
-I --inverse-cd use inverse CD detection for the next serial device
-R --inverse-rst use inverse RESET for the next serial device
-s <DEV> --serial=<DEV> activate Phoenix ISO interface on serial device DEV (default: none)
-d <CMD> --dialup=<CMD> call CMD to start/stop dialup-network (default: none)
-t <SECS> --timeout=<SECS> shutdown timeout for dialup-network (default: 60 secs)


Links

  1. OpenSSL Project Homepage
In anderen Sprachen