Hallo zusammen,
ich benötige ein wenig Hilfe!?
Ich will eine
DM800 als Server laufen lassen und zum Test ein Diablo-Wifi-Modul ansprechen.
Ich würde gerne diese Geräte bei mir zu Hause sharen.
Da das Diablo mit NewCamd läuft muss ich dieses berücksichtigen!
Ich bin jetzt so weit, dass ich die CCcam.cfg updaten möchte und habe folgendes zu Stande gebracht:
CCcam.cfg Server
F: Piotre TEST 3 0 0 { 0:0:2 } { } { }
C: TEst.Test.biz 12000 Piotre TEST no
N: 192.168.178.4 12000 newcsuser newcspasswort 01 02 03 04 05 06 07 08 09 10 11 12 13 14
NewCamd.cfg
N: 192.168.178.24 newcsuser newcspasswort 01 02 03 04 05 06 07 08 09 10 11 12 13 14
und in der
DM800 im
NewCS.xml
<?xml version="1.0"?>
<newCSconfig>
<readers name="Card Readers">
<device>
<name>CardReader</name>
<type>dbox</type>
<node>
/dev/tts/0</node>
<parity>even</parity>
<export>yes</export>
<enabled>yes</enabled>
<blocksa>no</blocksa>
<blockua>no</blockua>
<blockga>no</blockga>
<boxid></boxid>
<PTShandshake>no</PTShandshake>
<Seca-PPV>no</Seca-PPV>
<crypto-special>no</crypto-special>
<carddetect>no</carddetect>
<newcamd_port>34001</newcamd_port>
<autosid>yes</autosid>
<priority>round</priority>
</device>
<device>
<name>Multicam</name>
<type>dbox</type>
<node>
/dev/tts/1</node>
<parity>even</parity>
<export>yes</export>
<enabled>yes</enabled>
<blocksa>no</blocksa>
<blockua>no</blockua>
<blockga>no</blockga>
<boxid></boxid>
<PTShandshake>no</PTShandshake>
<Seca-PPV>no</Seca-PPV>
<crypto-special>no</crypto-special>
<carddetect>yes</carddetect>
<newcamd_port>
12000</newcamd_port>
<autosid>yes</autosid>
<priority>round</priority>
</device>
</readers>
<radegastserver>
<enabled>no</enabled>
<port>10003</port>
<allow>ALL</allow>
</radegastserver>
<cache>
<emm>10</emm>
<ecm>30</ecm>
</cache>
<debug>
<level>normal</level>
<type>init</type>
<output>console,udp,tcp</output>
<logfile></logfile>
<console_options></console_options>
<file_options></file_options>
<udp_host>192.168.0.100</udp_host>
<udp_port>1000</udp_port>
<udp_options></udp_options>
<tcp_port>3001</tcp_port>
<tcp_options></tcp_options>
</debug>
<newcamdserver>
<enabled>yes</enabled>
<deskey>01 02 03 04 05 06 07 08 09 10 11 12 13 14</deskey>
<name>newcs</name>
<userfile>/tmp/users.txt</userfile>
<user>
<name>
newswuser</name>
<password>
newcspasswort</password>
<au>on</au>
<allow>lower</allow>
<allow>upper</allow>
</user>
</newcamdserver>
</newCSconfig>
Sind diese Dateien OK???
Danke
Andruba