Author Topic: Oscam HD1 HD2  (Read 317 times)

0 Members and 1 Guest are viewing this topic.

Offline satfinder

  • Newbie
  • *
  • Posts: 36
  • Country: de
Oscam HD1 HD2
« on: January 25, 2017, 09:29:27 PM »
oscam-svn11350
max_Sid_3

Offline satfinder

  • Newbie
  • *
  • Posts: 36
  • Country: de
Re: Oscam HD1 HD2
« Reply #1 on: February 09, 2017, 07:48:17 PM »
Changeset 11354

[gbx]:
Remove residuals of obsolete gsms1 protocol
fix and update attack warnings
dont send hello to ignored peers
add own id to vers file

Changeset 11355

fix 11354. thx OP
max_Sid_3

Offline satfinder

  • Newbie
  • *
  • Posts: 36
  • Country: de
Re: Oscam HD1 HD2
« Reply #2 on: July 19, 2017, 05:02:06 PM »
OSCam-EMU (current Revision: HPB r724 - SB r11390 - EMU r387-741)
NEW:
- Now with GBox
- Coolstream and Coolstream HD2
- Fix tandberg ecm and emm - Add validity check for new ECM keys
- Fix caid 0910 nds videoguard 2
- Fix for streamguard caid 0x4AD2

Tandberg config:
===============

Keys in SoftCam.Key:

T <entitlement> 01 <key>

for example (entitlement = 1234):
T 00001234 01 1122334455667788

leading zeros maybe be skipped. same key as above:
T 1234 01 1122334455667788

AU keys:
for old key set:
T <key index (hex)> MK <key>

64 keys are needed:

T 40 MK 1122334455667788
T 41 MK 1122334455667788
...
T 7F MK 1122334455667788

for new key set:
T <key index (hex)> MK01 <key>

64 keys are needed:

T 40 MK01 1122334455667788
T 41 MK01 1122334455667788
...
T 7F MK01 1122334455667788



Oscam Complete - Minimal:
===================
- "with all" but without ...
- Touch
- OpenSSL
- IPV6
- PCSC
- Smartreader-Support (LibUSB)
max_Sid_3