sBox 0.0.4 for AZbox hd

juli13

Staff member
Administrator
Messages
10,198
Added EMM support to: local mode, newcamd (client and server mode) NO Viaccess EMM support
New code for Seca smartcards
New code for Nagra smartcards (now Rom110 works ok)
Compiled version for AzboxHD.
Fixed few bugs found on 0.0.3 version.
 

elgeneral

Registered
Messages
7,811
sBox 0.0.4-7 for AZbox hd

What's New? 0.0.4-7

-Fixed hight CPU usage on mips version
-Fixed EMM handling on NAGRA smartcards
-Fixed EMM handling on SECA smartcards
-Fixed ECM handling on VIA smartcards
+Added EMM support for *** smartcards (not fully tested)
+Added support for CONAX smartcards
+Added algo to get RSA "n" from dt08 (nagra)
+Added multitunner support for E2 machines
+Added multiemm thread support (ppc/mips/sh4)
+Added smartreader support (experimental)
+Compiled version for X86_64bits (not tested)
+Compiled version for SIGMA (not fully tested)
+Compiled version for SH4_e2 (not fully tested)
 

kargo.25

Super VIP
Messages
9,725
Code:
What's New? 0.0.4-7 #2

Code:

-Fixed some improvents, sorry

SmartCards Supported:

Quote:


===================+===+===+===+=======+========== =+
System |EMM|ECM|SCI|Phoenix|Smartreader|
===================+===+===+===+=======+========== =|
Nagra2/3 |Yes|Yes|Yes|Yes |Yes |
-------------------+---+---+---+-------+-----------|
Nagra Tiger/NCMED |Yes|Yes|Yes|Yes |Yes |
-------------------+---+---+---+-------+-----------|
Viaccess |No |Yes|Yes|Yes |Yes |
-------------------+---+---+---+-------+-----------|
Seca |Yes|Yes|Yes|Yes |Yes |
-------------------+---+---+---+-------+-----------|
Irdeto |Yes|Yes|Yes|No |No |
-------------------+---+---+---+-------+-----------|
N*S |?? |Yes|Yes|No |Yes |
-------------------+---+---+---+-------+-----------|
Conax |?? |Yes|Yes|?? |?? |
-------------------+---+---+---+-------+-----------+


Protocols Supported:

Code:

===================+======+======+===+===+
System |Server|Client|EMM|ECM|
===================+======+======+===+===+
Newcamd |Yes |Yes |Yes|Yes|
-------------------+------+------+---+---+
unzip and copy the folder SboxCas in openxcas.
later to have it start automatically, edit the file openxcas.conf thus:

Code:
[module]
name = SboxCAS
daemon = sbox
version = 0.0.4-7
xcasapi = FALSE

remember to chmod 755 and chmod 644 to sbox.sigma other files:

sbox.conf:

Code:
[main]
server_only = 1
log = 0
userspath = / plugins / OpenXCAS / SboxCAS / users.sbox
webinterface = 1
Webport = 81

[slot0]
reader = # 1
active = 1
Ski = / dev / Scard
ncdserver = 1
deskey = 0102030405060708091011121314
port = 20000
= 357 MHz

# [Slot1]
# reader = 0
# active = 1
ski # = / dev/ttyUSB0
# ncdserver = 1
# deskey = 0102030405060708091011121314
# port = 20,001
# = 600 MHz

[01xxxxxx]
EMM = 0
portList = 0
boxid = 0xxxxxxx

[NCMEDxxx]
rsa = your own @ rs

[7Cxxxxxx]
EMM = 0
portList = 0

[TIGER003]
rsa = your own rs #

[41xxxxxx]
EMM = 0
portList = 0

instead of xxx, enter the data you need.
 
Last edited:
Top