Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
help: add missing information about new OSCam mode
  • Loading branch information
manio authored and perexg committed Jan 7, 2015
1 parent ba36e45 commit 09bd4c4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/html/config_caclient.html
Expand Up @@ -155,6 +155,18 @@
pmt_mode = 4
</dl>

<dt>mode 5 (new OSCam since revision 10087)
<dd>Similar to mode 3 (TCP), but uses a new network protocol which also added
client/server greeting messages and protocol version information (to be able
to smoothly detect enhancements in the future).<br><br>
<b>This is currently the preferred mode (the other may be removed in future)!</b><br><br>
The following lines are required in <b>[dvbapi]</b> section of oscam.conf file:
<dl>
<dt>boxtype = pc<br>
pmt_mode = 4<br>
listen_port = 9000 # or your preferred port<br>
</dl>

<dt>Comment
<dd>Allows the administrator to set a comment only visible in this editor.
It does not serve any active purpose.
Expand Down

0 comments on commit 09bd4c4

Please sign in to comment.