forked from StbLinux/oscam-emu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
64 lines (39 loc) · 1.82 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
OSCam-emu: Open Source Conditional Access Module Emulator
=========================================================
OSCam-emu is an Oscam addon module to include emulator support and other functionality that collides with the goal of the original oscam developers.
This patch creates functional emulator support on a client base so keys can't be reshared over the net, if you want a "shareable" EMU use OSEmu instead and add it as a reader to your plain oscam server.
OSEmu can be found at https://github.com/oscam-emu/OSEmu
Supported systems
=================
Currently only the following crypto systems are available:
- Cryptoworks
- NDS
- Viaaccess-2.3
All of these are basicly working but far from complete so anyone filling in blanks is welcome...
TODO
====
Work has to be done on the following items:
- Add other encryption systems
- Add keyfile support
- More keys
Version history
===============
OSCam-emu history is accessible through GitHub commits at:
https://github.com/oscam-emu/oscam-emu
Building OSCam-emu from source
==========================
- Get the lastest oscam sources from SVN:
svn checkout http://www.streamboard.tv/svn/oscam/trunk oscam-svn
- save the oscam-emu.patch file
- Go to oscam-svn directory.
- Patch the source with the EMU patch:
patch -p1 < ../oscam-emu.patch
- Run `./config.sh -g` to choose the features you want. (make sure to include at least all readers, constcw and emu support besides the wanted protocols)
- Run `make` to compile OSCam.
Help and Support
================
You may visit our issues system for filling in bug reports regarding EMU issues.
https://github.com/oscam-emu/oscam-emu/issues
Configuration wiki:
http://www.streamboard.tv/wiki/index.php/OSCam/
Configuring the EMU part is easy, there is none, currently all keys are inside the source…