OSCam/en/Which protocols Card Reader and Cards are supported: Unterschied zwischen den Versionen

Aus Streamboard Wiki
Zur Navigation springen Zur Suche springen
(→‎Options: add logginglevels to -d)
 
(25 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt)
Zeile 2: Zeile 2:
 
{{OSCamHomeLinks}}
 
{{OSCamHomeLinks}}
  
[[Datei:WarningS.png|text-bottom]] '''Attention:''' The content of the english pages are partially still in german. Please register here to help us completing and translating the articles.
+
== '''Which protocols, Card Reader and Cards are supported?''' ==
 +
=== Protocolls ===
  
= Which protocols, Card Reader and Cards are supported? =
+
* UDP = no firm connection between client and server sockets. No checking wheter all data packets have arrived.  
Bei den Protokollen gibt es UDP und TCP basierende.
 
  
* UDP bedeutet das es keine fixe Verbindung zwischen Client und Server gibt. Der Client/Server sendet seine Anfrage/Antwort in der Hoffnung das sie ankommt. Es wird keine Überprüfung gemacht ob alle Datenpakete ankommen.
+
* TCP = firm connection between client and server sockets. Checking wheter all data packets have arrived. More overhead and therefore a little slower than UDP. However, this is irrelevant for the small amounts of data for CS. Great advantage: stable compounds in low Internet lines.
  
* TCP bedeutet das eine fixe Verbindung über so genannte Sockets zwischen Client und Server aufgebaut wird. Bei dieser Verbindung wird sichergestellt das gesendete Daten beim Empfänger auch ankommen. Es hat dadurch etwas mehr overhead als UDP und ist etwas langsamer. Bei den für CS übertragenen Datenmengen ist dies jedoch irrelevant. Der große Vorteil von TCP ist das selbst bei qualitativ schechten Internetleitungen eine stabile Verbindung möglich ist.
+
==== From OScam supported protocolls ====
  
camd 3.3x (TCP)
+
* newcamd with cascading/remote server ECM support
  camd 3.5x (UDP & TCP)
+
* camd 3.3x TCP
Newcamd (TCP) mit AU-Support, Cascadib/remote server ECM support
+
* camd 3.5x / 3.57x UDP with cascading/remote server ECM support, ECM and EMM support with size > 256 bytes
Radegast (?)
+
* camd 3.78x TCP with cascading/remote server ECM support, ECM and EMM support with size > 256 bytes
Cccam (TCP)
+
* CCcam with cascading/remote server ECM support, ECM and EMM support with size > 256 bytes
GBox (?)
+
* DVB API with multi tuner and PIP support
serial (HSIC, SSSP, BOMBA, DSR 9500)
+
* gbox with cascading/remote server ECM support
DVB API mit AU, Multituner, und PIP-Support
+
* serial (HSIC, SSSP, BOMBA, DSR 9500)
 +
* radegast
  
 +
==== Options ====
  
= Welche Card Reader werden unterstützt? =
+
* -a|--crash-dump  = write oscam.crash on segfault (needs installed GDB and OSCam compiled with debug infos -ggdb)
 +
* -b|--daemon  = starts in background, writing oscam.version with starttime and version info in temporary directory
 +
* -B <filename>  =  set PID file, overrides pidfile of oscam.conf, default: none
 +
* -c|--config-dir <directory>  =  read configuration from <directory>, default:see CS_CONFDIR in globals.h, while starting OSCam prints warnings on invalid keywords, comment lines start with # character.
 +
* -d|--debug <level>  =  debug level mask:
 +
** 0 = no debugging (default)
 +
** 2 = ATR parsing info, ECM dumps, CW dumps
 +
** 4 = traffic from/to the reader
 +
** 8 = traffic from/to the clients
 +
** 16 = traffic to the reader-device on IFD layer
 +
** 32 = traffic to the reader-device on I/O layer
 +
** 64 = EMM logging
 +
** 128 = DVBAPI logging
 +
** 256 = load balancing logging
 +
** 512 = cache exchange logging
 +
** 1024 = client ECM logging
 +
** 2048 = CSP logging
 +
** 4096 = CWC logging
 +
** 65535 = debug all
 +
* -g|--gcollect <mode>  =  garbage collector debug mode, default:none:
 +
** 1 = immediate free
 +
** 2 = check for double frees
 +
* -h|--help =  usage
 +
* -I|--syslog-ident <ident> =  set syslog ident, default:oscam
 +
* -p|--pending-ecm <number> =  maximum number of pending ECM packets, default:32, maximum:255
 +
* -r|--restart <level>  =  restart level:
 +
** 0 = disabled, restart request sets exit status to 99
 +
** 1 = restart activated, web interface can restart oscam (default)
 +
** 2 = like 1, but also restart on segmentation faults
 +
* -S|--show-sensitive  =  do not filter sensitive info (card serial numbers) in the logs
 +
* -s|--capture-segfaults  =  capture segmentation faults
 +
* -t|temp-dir <directory>  =  use <directory> for temporary data, default:temporary directory of OS
 +
* -u|--utf8  =  enable output of web interface in UTF-8 charset
 +
* -V|--bild-info  =  show OSCam version info
 +
* -w|--wait <seconds>  =  time waiting for system time to be set correctly
  
Ein aktualisiertes Verzeichnis wird hier bereit gehalten:
+
=== Card Reader ===
 +
An updated list you will find here: [[Streamboard:oscam/wiki/DeviceList|DeviceList]]
  
http://streamboard.gmc.to:8001/wiki/DeviceList
+
==== Seriell ====
 +
* reader with Mouse protocol 3,5 or 6 Mhz clockspeed
 +
* intern Reader (z.B. Dreambox)
 +
* reader can also have a seral-USB adapter connection
  
== Seriell ==
+
==== USB ====
 +
* reader with FTDI Chipset (z.B.  Smargo Smartreader+)
 +
* reader with Prolific Chipset, no overclocking possible!
  
* Reader mit Mouse Protokoll 3,5 bzw. 6 Mhz Taktfrequenz
+
=== Cards ===
* interne Reader (z.B. Dreambox)
+
A updated list you find here: [[Streamboard:oscam/wiki/CardsList|CardsList]]
* Reader können auch über einen Serial-USB Adapter angeschlossen werden.
 
  
== USB ==
 
  
* Reader mit FTDI Chipsatz (z.B.  Smargo Smartreader+)
+
{{OSCamTranslatedLinks}}
* Reader mit Prolific Chipsatz, kein Übertakten möglich
 
 
 
 
 
= Welche Cards werden unterstützt? =
 
 
 
Ein aktualisiertes Verzeichnis wird hier bereit gehalten:
 
 
 
http://streamboard.gmc.to:8001/wiki/CardsList
 

Aktuelle Version vom 1. Februar 2014, 18:27 Uhr

LanguageDE S.png OSCam Übersicht LanguageEN S.png OSCam Home LanguageFR S.png OSCam Accueil LanguageIT S.png OSCam Home

Which protocols, Card Reader and Cards are supported?

Protocolls

  • UDP = no firm connection between client and server sockets. No checking wheter all data packets have arrived.
  • TCP = firm connection between client and server sockets. Checking wheter all data packets have arrived. More overhead and therefore a little slower than UDP. However, this is irrelevant for the small amounts of data for CS. Great advantage: stable compounds in low Internet lines.

From OScam supported protocolls

  • newcamd with cascading/remote server ECM support
  • camd 3.3x TCP
  • camd 3.5x / 3.57x UDP with cascading/remote server ECM support, ECM and EMM support with size > 256 bytes
  • camd 3.78x TCP with cascading/remote server ECM support, ECM and EMM support with size > 256 bytes
  • CCcam with cascading/remote server ECM support, ECM and EMM support with size > 256 bytes
  • DVB API with multi tuner and PIP support
  • gbox with cascading/remote server ECM support
  • serial (HSIC, SSSP, BOMBA, DSR 9500)
  • radegast

Options

  • -a|--crash-dump = write oscam.crash on segfault (needs installed GDB and OSCam compiled with debug infos -ggdb)
  • -b|--daemon = starts in background, writing oscam.version with starttime and version info in temporary directory
  • -B <filename> = set PID file, overrides pidfile of oscam.conf, default: none
  • -c|--config-dir <directory> = read configuration from <directory>, default:see CS_CONFDIR in globals.h, while starting OSCam prints warnings on invalid keywords, comment lines start with # character.
  • -d|--debug <level> = debug level mask:
    • 0 = no debugging (default)
    • 2 = ATR parsing info, ECM dumps, CW dumps
    • 4 = traffic from/to the reader
    • 8 = traffic from/to the clients
    • 16 = traffic to the reader-device on IFD layer
    • 32 = traffic to the reader-device on I/O layer
    • 64 = EMM logging
    • 128 = DVBAPI logging
    • 256 = load balancing logging
    • 512 = cache exchange logging
    • 1024 = client ECM logging
    • 2048 = CSP logging
    • 4096 = CWC logging
    • 65535 = debug all
  • -g|--gcollect <mode> = garbage collector debug mode, default:none:
    • 1 = immediate free
    • 2 = check for double frees
  • -h|--help = usage
  • -I|--syslog-ident <ident> = set syslog ident, default:oscam
  • -p|--pending-ecm <number> = maximum number of pending ECM packets, default:32, maximum:255
  • -r|--restart <level> = restart level:
    • 0 = disabled, restart request sets exit status to 99
    • 1 = restart activated, web interface can restart oscam (default)
    • 2 = like 1, but also restart on segmentation faults
  • -S|--show-sensitive = do not filter sensitive info (card serial numbers) in the logs
  • -s|--capture-segfaults = capture segmentation faults
  • -t|temp-dir <directory> = use <directory> for temporary data, default:temporary directory of OS
  • -u|--utf8 = enable output of web interface in UTF-8 charset
  • -V|--bild-info = show OSCam version info
  • -w|--wait <seconds> = time waiting for system time to be set correctly

Card Reader

An updated list you will find here: DeviceList

Seriell

  • reader with Mouse protocol 3,5 or 6 Mhz clockspeed
  • intern Reader (z.B. Dreambox)
  • reader can also have a seral-USB adapter connection

USB

  • reader with FTDI Chipset (z.B. Smargo Smartreader+)
  • reader with Prolific Chipset, no overclocking possible!

Cards

A updated list you find here: CardsList


Diese Seite in anderen Sprachen - This page in other languages - Cette page dans d'autres langues - Queste pagine in altre Lingue

LanguageDE S.png [[OSCam/de/{{#titleparts:OSCam/en/Which_protocols_Card_Reader_and_Cards_are_supported|3|3}}|Deutsch]] LanguageEN S.png [[OSCam/en/{{#titleparts:OSCam/en/Which_protocols_Card_Reader_and_Cards_are_supported|3|3}}|English]] LanguageFR S.png [[OSCam/fr/{{#titleparts:OSCam/en/Which_protocols_Card_Reader_and_Cards_are_supported|3|3}}|Français]] LanguageIT S.png [[OSCam/it/{{#titleparts:OSCam/en/Which_protocols_Card_Reader_and_Cards_are_supported|3|3}}|Italiano]]