Can someone tell me what the last stable version of OScam with Cache-Ex is?
Can someone tell me what the last stable version of OScam with Cache-Ex is?
If you mean best last working version then it has to be 7190.
Regards
Hi
No need to run 7190... Just use latest, its stable with cache-ex.
Thx
I use OSCAM 1.20-unstable_svn build #7851 no issues so far.
Thank you guys! I appreciate this and I think other user also.
I wanted to be sure that the latest version is stable enough, because you often hear that you should use an older version.
What will be the best config for cache-ex? I have read also a lot about it, but I want to know it for sure and I want to share it.
I now have:
OScam config:
[global]
disablelog = 1
logfile = X
clienttimeout = 6000
fallbacktimeout = 1600
cachedelay = 10
bindwait = 60
nice = -1
maxlogsize = 3000
preferlocalcards = 1
dropdups = 1
failbantime = 1440
failbancount = 3
max_cache_time = 8
max_cache_count = 5000
[csp]
port = 60000
serverip = 127.0.0.1
wait_time = 100
[cs357x]
port = 2X0X0
[cccam]
port = 2X0X0
nodeid = XXX
version = 2.2.1
reshare = 2
reshare_mode = 1
ignorereshare = 1
stealth = 1
[webif]
XXX
OScam server:
[reader]
label = X
protocol = camd35
device = XXXXX,XXXXX
user = X
password = X
cacheex = 3
cacheex_maxhop = 3
group = 1,2,3,4,5
lb_weight = 500
dropbadcws = 1
audisabled = 1
[reader]
label = X
protocol = cccam
device = XXX,XXXX
user = X
password = X
reconnecttimeout = 2
cacheex = 3
cacheex_maxhop = 3
group = 1,2,3,4,5
lb_weight = 500
dropbadcws = 1
cccversion = 2.3.0
cccmaxhops = 0
cccmindown = 15
ccckeepalive = 1
cccreshare = 3
cccreconnect = 0
audisabled = 1
OScam user:
[account]
user = X
pwd = X
uniq = 3
allowedprotocols = cccam
group = 5
cacheex = 3
cacheex_maxhop = 3
cccmaxhops = -1
cccreshare = 3
cccignorereshare = 1
[account]
user = X
pwd = X
uniq = 3
allowedprotocols = camd35
group = 5
cacheex = 3
cacheex_maxhop = 3
cccmaxhops = -1
cccreshare = 3
cccignorereshare = 1
What do you think about this config?
Thanks again!
Use the latest OSCAM 1.20-unstable_svn build #7891 There is some improvements about cacheex
The listed config are for oscam that prepare only cacheex without regular exchange or not ?
Thanks again for you help. I use now version 7851, but I will update it. I am also using this config for regular exchange, not only for cache exchange. Or is it better to separate?
Change and add different/extra parameters to oscam.conf
oscam.serverCode:[global] disablelog = 1 clienttimeout = 10000 fallbacktimeout = 2600 bindwait = 40 nice = -2 waitforcards = 0 preferlocalcards = 1 dropdups = 1 cacheexwaittime = 0 failbantime = 360 max_cache_time = 12 max_cache_count = 10000 [csp] port = 25552 serverip = 127.0.0.1 wait_time = 100
oscam.userCode:[reader] label = protocol = cccam device = user = password = cacheex = 3 cacheex_maxhop = 3 group = dropbadcws = 1 cccversion = 2.3.0 cccmaxhops = 0 ccckeepalive = 1 cccreconnect = 0 audisabled = 1
Use this examples for your configuration.Code:[account] user = pwd = uniq = 3 suppresscmd08 = 1 group = cacheex = 3 cacheex_maxhop = 2 cccmaxhops = -1 cccreshare = 0 numusers = 0 penalty = 0
Thanks! Do you use for camd35 the same settings for user and server?