gbox.net

azote

Registered
Messages
12
Hi to all.
Is,t possible to run gbox.net on wetek play?
I search and find no info over question.
In case if not possible, can oscam connect with a gbox-mbox server?
thanks and sorry for my english
 

azote

Registered
Messages
12
thank you, manufact. But but I read and read through many forums and can not find the information on how to set up for this.
Can you help me. I'm pretty Expert other emus, but I is resisting oscam
 

mach73

Registered
Messages
1,047
http://www.streamboard.tv/wiki/OSCam/en/Config/oscam.server




gbox

NEW svn8350:02/15/2013

Minimal working configuration example:

Let's say the gbox runs on host 192.168.1.101 and OSCam is on 192.168.1.123. In file cwshare.cfg on gbox side we have, for example, the following lines::

M:{192.168.1.101{A123BCDE}}
D:{192.168.1.123{3820 3819{98AF3E25{A3 A3}}}}

If oscam_gbox should connect to the original GBOX above, then you should configure OSCam as follows:

oscam.conf:
[gbox]
hostname = 192.168.1.123
my_password = 98AF3E25
port = 3819

oscam.server:
[reader]
protocol = gbox
group = 1
device = 192.168.1.101,3820
password = A123BCDE
user = gbox_client



device
HakenRot.png parameter is required

device = Comma-separated list of values:

peer's IP or hostname
peer's port

example:

192.168.1.101,3820


password
HakenRot.png parameter is required

password = 4 hex bytes, 8 chars

peer password

example:

A123BCDE


my_password
HakenRot.png parameter is required

OBSOLETE svn9163:12/31/2013 moved to oscam.conf [gbox]


Passwort = 4 hex bytes, 8 chara

my password

example

98AF3E25


gbox_reshare
HakenGruen.png parameter is optional

Reshare-Level of local card(s), default = 0


gbox_max_distance
HakenGruen.png parameter is optional

gbox_max_distance = max distance to receive peer cards, default = 2


gbox_max_ecm_send
HakenGruen.png parameter is optional

gbox_max_ecm_send = send ecm to max <gbox_max_ecm_sen> peer cards, default = 3


user
HakenRot.png parameter is required

user name of oscam gbox

example

user = gbox_client

WarningS.png Attention:

user must also be inserted in oscam.user [account]

Set suitable filters (services=, caid=, ident=) in [reader] and [account] section
to prevent gbox instability by overflooding with too many cards
 

azote

Registered
Messages
12
Hi friend. Thanks for your great help. I put all the data where it belonged, and now in the status of oscam tell me the ip of servers, but the state says "needinit"
I think I am close but can not connect
 

EnoSat

Senior Member
Messages
1,973
Hi friend. Thanks for your great help. I put all the data where it belonged, and now in the status of oscam tell me the ip of servers, but the state says "needinit"
I think I am close but can not connect

check debug
 

azote

Registered
Messages
12
Thanks for your help, Enosat. It is an honor for me that someone from your history help me directly-
I have observed the log oscam and I could see trying to connect to the server, but there was no answer.
I have not seen that after receipt gbox reshare the server that I connect ...
Now I wonder if oscam consume some distance or level, and that is why I did not arrive well everything would come only if I connect with traditional gbox (unused oscam)
I hope you have understood
thanks and regards
 

EnoSat

Senior Member
Messages
1,973
Thanks for your help, Enosat. It is an honor for me that someone from your history help me directly-
I have observed the log oscam and I could see trying to connect to the server, but there was no answer.
I have not seen that after receipt gbox reshare the server that I connect ...
Now I wonder if oscam consume some distance or level, and that is why I did not arrive well everything would come only if I connect with traditional gbox (unused oscam)
I hope you have understood
thanks and regards

Code:
[gbox]
hostname                      = my.dyndns.org
port                          = my_port
my_password                   = my_pass
my_vers                       = 2A

[reader]
label                         = some name
protocol                      = gbox
device                        = user.dynnds.org,user_port
user                          = ja
password                      = user_pass
gbox_max_distance             = 5
gbox_max_ecm_send             = 9
gbox_reshare                  = 2
group                         = 1

[account]
user                          = ja
uniq                          = 3
group                         = 1

if not connected , not implemented full support for gbox protocol
 
Top