OSCam/en/What is OSCam: Unterschied zwischen den Versionen

Aus Streamboard Wiki
Zur Navigation springen Zur Suche springen
(Die Seite wurde neu angelegt: „Kategorie:OSCam '''The translation for this page is under construction.''' = What is OSCam?! = Das Wichtigste zuvor: '''OSCam ist Open Source''' OSCam steh...“)
 
 
(19 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
[[Kategorie:OSCam]]
[[Kategorie:OSCam]]
'''The translation for this page is under construction.'''
{{OSCamHomeLinks}}
 




= What is OSCam?! =
= What is OSCam?! =
Das Wichtigste zuvor:
The most important:
'''OSCam ist Open Source'''
'''OSCam is Open Source'''
 
OSCam steht für '''O'''pen '''S'''ource '''C'''onditional '''A'''ccess '''M'''odul und ist eine non-profit Gemeinschaftsarbeit zahlreicher Entwickler aus dem In- und Ausland. Die Entwicklungsarbeit ist '''öffentlich'''. Der Fortschritt kann über die Oscam-Timeline http://streamboard.gmc.to:8001/timeline anhand der changesets und tickets verfolgt werden. Die Entwicklungsschritte werden in sogenannten svn's in aufsteigender Nummerierung festgehalten und stehen für eine entsprechende Compilierung zur Verfügung (siehe unter Plattformen).
 
"work in progress" bedingt aber auch, dass in dieser Dokumentation natürlich immer nur Momentaufnahmen der Entwicklung berücksichtigt werden können, bei deren Bearbeitung die Mithilfe der user gefragt ist!
 
Begonnen hat die Entwicklung von OSCam als reiner Card-Server. Später ist auch die Client-Seite hinzu gekommen. Damit soll schließlich gewährleistet werden, das möglichst alles "aus einer Hand" kommt.


OSCam means '''O'''pen '''S'''ource '''C'''onditional '''A'''ccess '''M'''odul and is a non-profit community work of many developers. The development is '''public'''. The progress can be tracked by Oscam-[[Streamboard:oscam/timeline|Timeline]] using changesets and tickets. The development steps are "svn's" (subversion). They are available for compilation (Look at Platforms).


== Cardserver ==
"work in progress" due, however, that can be included in the documentation are only snapshots of the development. Help of user demand!
Wie der Vorgänger MPCS ist OSCam in der Hauptsache ein protokoll- und plattformübergreifender Cardserver.


At the beginning of the development OScam was a pure '''card-server'''. Later, the area added '''client'''. This is to ensure that everything comes "from one source".


== Client ==
=== Cardserver ===
Der Clientbereich wird in den Dateien mit den Parametern für '''dvbapi''' gesteuert. Ziel ist die komplette Abdeckung der Bereiche '''Server''' und '''Clients''' innerhalb eines Protokolls, ohne auf fremde Protokolle mit '''closed source''' zurückgreifen zu müssen. Dennoch wird auch weiterhin die Einbindung der gebräulichsten Protokolle solcher closed Sourcen fortgeführt, allerdings ohne eine Verantwortlichkeit dafür, was in diesen '''black boxes''' mit den Daten und Commands passiert.
Like its predecessor MPCS OSCam is mainly a protocol- and cross-platform card server.


=== Client ===
The area '''client''' is controlled by the parameters '''dvbapi'''.  '''Server''' and '''client''' will later be incorporated into one protocol, without having to resort to other protocols with '''closed source'''. Such protocols are still involved, without responsibility for what in these '''black boxes''' with the data and commands happened!


'''Überblick über die Abhängigkeiten von Server und Client:'''
'''Overview of the dependencies of server and client'''


[[Datei:Oscam-client.png]]
[[Datei:Oscam-client.png]]


(Mit freundlicher Genehmigung von '''Alno''' aus seinem Workshop 2 zu diesem Thema)
(Courtesy of '''Alno''' from his workshop 2 on this topic)


== Module ==
=== Module ===
Damit der Speicherbedarf möglischst gering gehalten werden kann, ist OSCam modular aufgebaut. Man muss also von OSCam nur die Module auswählen, die man wirklich benötigt und nicht einen unnötigen Ballast von nicht benötigten Programm- und Dateiteilen mit herumschleppen. Server mit nur geringem Speicherangebot sind dafür dankbar!
OSCam is modular, so the memory requirement can be minimized. One can OSCam select only the modules you really need. Servers with little memory are grateful!


Die Auswahl erfolgt vor dem '''Kompilieren'''. Da das Kompilieren den fortgeschrittenen Usern vorbehalten bleibt, wird es '''in dieser Doku nicht behandelt'''. Im ''streamboard'' gibt es ausführliche Threads, die sich mit dem Kompilieren befassen. Dort können sich interessierte User informieren.
The selection is done before '''compilation'''. Since compiling the advanced users remains reserved, it is not addressed in this document. In  ''streamboard'' there are detailed threads that deal with compiling. There can check the user interested.


Trotzdem werden nachfolgend die Module aufgeführt, damit man bei der Auswahl der im Board veröffentlichten Binaries entscheiden kann, welche Version passt.
Nevertheless, the modules are listet below so you can decide in the selection of binaries are published, which version fits.  


Die ausgewählten Module werden hier dokumentiert:
The selected modules are documented here:
=== oscam.version ===
<br/>
==== oscam.version ====
  Webif support
  Webif support
  Webif with SSL support
  Webif with SSL support
Zeile 68: Zeile 67:
  Tongfang
  Tongfang


Bei Benutzung des '''Webinterface''' kann man sich diese Datei anzeigen lassen.
'''Webinterface''' shows you these files.
 
==== Management modules ====
 
The skript '''config.sh''' is an easy way
* to display of all existing and selected them
** Modules
** Protocols and
** Reader
 
* to change this selection and finally
* to backup for the next request of a build, if you compiled your own.
 
In the event that this script is not found or does not exist, there is a download [[File: Config.sh.rar]]
 
 
 
 
{{OSCamTranslatedLinks}}

Aktuelle Version vom 24. Juli 2012, 17:26 Uhr

OSCam Übersicht OSCam Home OSCam Accueil OSCam Home


What is OSCam?!

The most important: OSCam is Open Source

OSCam means Open Source Conditional Access Modul and is a non-profit community work of many developers. The development is public. The progress can be tracked by Oscam-Timeline using changesets and tickets. The development steps are "svn's" (subversion). They are available for compilation (Look at Platforms).

"work in progress" due, however, that can be included in the documentation are only snapshots of the development. Help of user demand!

At the beginning of the development OScam was a pure card-server. Later, the area added client. This is to ensure that everything comes "from one source".

Cardserver

Like its predecessor MPCS OSCam is mainly a protocol- and cross-platform card server.

Client

The area client is controlled by the parameters dvbapi. Server and client will later be incorporated into one protocol, without having to resort to other protocols with closed source. Such protocols are still involved, without responsibility for what in these black boxes with the data and commands happened!

Overview of the dependencies of server and client

(Courtesy of Alno from his workshop 2 on this topic)

Module

OSCam is modular, so the memory requirement can be minimized. One can OSCam select only the modules you really need. Servers with little memory are grateful!

The selection is done before compilation. Since compiling the advanced users remains reserved, it is not addressed in this document. In streamboard there are detailed threads that deal with compiling. There can check the user interested.

Nevertheless, the modules are listet below so you can decide in the selection of binaries are published, which version fits.

The selected modules are documented here:

oscam.version

Webif support
Webif with SSL support
Dvbapi
Gbox support
Anticasc support
ECM doublecheck
Irdeto guessing
Debug
LED support
Qboxhd-LED support
Log history
Monitor
camd33
Camd35 UDP
Camd35 TCP
Newcamd
Cccam
Radegast
Serial
ConstCW
Cardreader
Nagra
Irdeto
Conax
Cryptoworks
Seca
Viaccess
Videoguard
Dre
Tongfang

Webinterface shows you these files.

Management modules

The skript config.sh is an easy way

  • to display of all existing and selected them
    • Modules
    • Protocols and
    • Reader
  • to change this selection and finally
  • to backup for the next request of a build, if you compiled your own.

In the event that this script is not found or does not exist, there is a download Datei:Config.sh.rar



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

[[OSCam/de/{{#titleparts:OSCam/en/What_is_OSCam|3|3}}|Deutsch]] [[OSCam/en/{{#titleparts:OSCam/en/What_is_OSCam|3|3}}|English]] [[OSCam/fr/{{#titleparts:OSCam/en/What_is_OSCam|3|3}}|Français]] [[OSCam/it/{{#titleparts:OSCam/en/What_is_OSCam|3|3}}|Italiano]]