Welcome!

Welcome to Satlover forums, full of great people, ideas and excitement.

Please register if you would like to take part. link..

Register Now

Alert: Don't Use Hotmail Email Accounts for registration

Collapse

Before Access to all Forums and Trial accounts you must need to activate your account Email address

Oscam Info plugin

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gregorii
    Premium Member
    • Jun 2010
    • 951

    Oscam Info plugin

    Oscam Info plugin new file
  • foriyu
    Banned
    • Oct 2010
    • 2335

    #2
    Re: Oscam Info plugin

    OscamInfo - Plugin FOr Enigma2

    IIn the context of the @ Alno Oscam built in the XML API I have ever made a plugin for Enigma2, can be used to display various information. The whole is still far from finished, so I call the current version expressly as a test version. Use at your own risk

    The plugin accesses the Web Interface Oscam, and only uses the XML API, which is why a recent revision of the OSCAM is necessary (basically from 4210, but some things have been built later, it is currently tested with the 4281).

    Below are all:
    - Client Information
    - Reader / Proxy Information
    - the most recent log entries (from the WebIF)

    the next things to be incorporated:

    - Use of Translation Files (English / German is already finished and in the next version here)

    - Card Information (CCcam protocol)

    Function:
    The plugin first checks whether it can find the file oscam.conf. If so, the access data directly read from the file, if not, or if required entries are missing, a message appears and the configuration window is displayed, in which the data can be entered by hand / need.
    This is of course possible at any time via the menu item "Preferences" from the main menu. There can also be selected whether the data should be read from the oscam.conf or not, which is for example useful if you want to quickly switch between 2 Oscam.
    In addition, the update interval set, ie the time after which the information is updated in each window.

    As I said, so far it is a test version and is not intended to perfection
    (Tested on DM7025, DM8000 and DM800HDSE each with a current OE1.6 Image)
    Attached Files

    Comment

    • BlueIsMyColor
      Experienced Member
      • Mar 2013
      • 363

      #3
      Re: Oscam Info plugin

      For OSCam control in Dreambox enigma1


      # add in oscam.conf:

      [monitor]
      Port = 988
      NoCrypt = 127.0.0.1 # This box ip for mpcs monitor plugin
      # NoCrypt = 192.168.1.21 # This box ip for mpcs monitor plugin
      # NoCrypt = 192.168.1.3-192.168.1.6
      AULow = 30
      MonLevel = 4


      #####################################


      # add in oscam.user:

      [account]
      user = monitor
      pwd = monitor
      monlevel = 4
      Attached Files

      Comment

      Working...