From 09bd4c4d0e5abf1731f73a95abc84f64c8a31a26 Mon Sep 17 00:00:00 2001 From: Mariusz Bialonczyk Date: Tue, 6 Jan 2015 14:50:14 +0100 Subject: [PATCH] help: add missing information about new OSCam mode --- docs/html/config_caclient.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/html/config_caclient.html b/docs/html/config_caclient.html index 7c62105d..812b7cc9 100644 --- a/docs/html/config_caclient.html +++ b/docs/html/config_caclient.html @@ -155,6 +155,18 @@ pmt_mode = 4 +
mode 5 (new OSCam since revision 10087) +
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).

+ This is currently the preferred mode (the other may be removed in future)!

+ The following lines are required in [dvbapi] section of oscam.conf file: +
+
boxtype = pc
+ pmt_mode = 4
+ listen_port = 9000 # or your preferred port
+
+
Comment
Allows the administrator to set a comment only visible in this editor. It does not serve any active purpose.