Cuberevo / mini Emulators

Collapse
This is a sticky topic.
X
X
 
  • Time
  • Show
Clear All
new posts
  • grizzlyt
    Member
    • Oct 2008
    • 93

    #31
    IncubusCamd ver 0.8.7

    IncubusCamd ver 0.8.7
    *****************
    * fixed a bug on channel change stability
    * fixed a bug on ecm cache
    * support for caid 0603 on JSC sport channels

    incubusCamd_0_87.7z
    IP Box HD 9000 2xS2 tuner

    Dreambox 7025-SS

    Smart MX 28-IDTE IQ 2040

    Sammy 9500-Sammy 9400-Sammy 9000

    Triax 120 cm-Titanium 2 LNB's

    Comment

    • grizzlyt
      Member
      • Oct 2008
      • 93

      #32
      EMU Manager + ACT Extras v1.4b released

      EMU Manager + ACT Extras v1.4b released

      Changelog:

      * Repaired damaged files
      ********************
      Installation:
      * With FTP copy all files into folders and set permission (chmod) all files inside to 755
      * Restart Enigma2 (GUI)
      * Press Blue button to find EMU Manager + ACT Extras v1.4b

      ********************

      Here For E2 in Flash (removed multiple IncubusCamds to reduce the size)

      Here For E2 in USB Stick


      Best regards,

      ALALIL
      Last edited by aftermath; 2 October, 2009, 16:58.
      IP Box HD 9000 2xS2 tuner

      Dreambox 7025-SS

      Smart MX 28-IDTE IQ 2040

      Sammy 9500-Sammy 9400-Sammy 9000

      Triax 120 cm-Titanium 2 LNB's

      Comment

      • grizzlyt
        Member
        • Oct 2008
        • 93

        #33
        Incubus Camd 0.89

        Incubus Camd 0.89
        release V0.89

        Warning: config file is changed a bit, now is less difficult for stupid people to configure it (i hope) and many features are added but not completed yet

        * added camd33 protocol
        * added camd35 protocol
        * added possibility to define .prio and SoftCam.key file directories
        * added a check on multi instances of running incubusCamd to prevent errors (i read that many people start many times
        the cam and this will crash connections to servers)
        * fixed cccam 2.1.2 support for check on protocol version
        * now you can set priority for each provider/caid combination, by selecting if you prefer the cam will check firstly
        internal emulator, card share protocol or internal card reader (not yet implemented the card reader function, it-s a future plan)
        check the "check_priority" option in the config file
        * now you can set card share protocol priority, check the "cs_protocol_order" option in the config file
        * changed a bit the configuration file to allow you to set all protocols data inside the (Servers) section, check the config file to know more.

        incubusCamd_0_89.tar.gz
        Last edited by grizzlyt; 4 August, 2009, 14:04.
        IP Box HD 9000 2xS2 tuner

        Dreambox 7025-SS

        Smart MX 28-IDTE IQ 2040

        Sammy 9500-Sammy 9400-Sammy 9000

        Triax 120 cm-Titanium 2 LNB's

        Comment

        • aftermath
          V.I.P. Member
          • Mar 2008
          • 4345

          #34
          Code:
          #######################
          # incubusCamd configuration file                                             #
          # All configuration options in this file observe the same format:            #
          #     <configuration_name>=<configuration_value>                             #
          #                                                                            #
          # Each section are [<section_name>:<option_1>:<option_x>] like.              #
          #                                                                            #
          # No matter about white spaces on any place or UNIX/DOS style files          #
          ##############################################################################
          
          ########################### general configuration ############################
          [General]
          # Enable (1) or disable (0) background execution
          # 0 - Off
          # 1 - On
          #
          background_execution=0
          
          # This sets the level of console output for debugging:
          # 0 - No debug messages, 1 - First level debug messages, 2 - Second level debug messages,
          # 3 - Print all debug messages
          #
          debug_level=0
          
          # This option enables (1) or disables (0) the writing of debug information to the
          # console.#######################################################
          #
          log_to_console=0
          
          # This option enables (1) or disables (0) the writing of console output to a log file
          #
          log_to_file=0
          
          # When log_to_file is set to 1, this is the path and filename to write console
          # ouput to.
          #
          logfile_name=/var/bin/incubusCamd.log
          
          # This is the path and filename to read SoftCam.Key file
          # by default it will be searched in the /var/keys directory
          #
          softcamfile_name=/var/keys/SoftCam.Key
          
          # This is the path and filename to read prio file
          # by default it will be searched in the /var/bin directory, or in /etc, or in /var/keys
          #
          priofile_name=/var/bin/incubusCamd.prio
          
          # Used to activate on-screen messages. Username and password required if
          # HTTP authentication is enabled on enigma.
          # 0 - Off
          # 1 - On
          #
          on_screen_messages_show=1
          on_screen_messages_username=root
          on_screen_messages_password=
          on_screen_messages_key_update=0
          on_screen_messages_wait_for_key_update=0
          on_screen_messages_ecm=0
          on_screen_messages_emm=0
          
          # When activated, incubusCamd will listen on the specified port for connections. All
          # log activity will be broadcast in real-time to connected clients.
          #
          console_logs_broadcast=1
          console_logs_broadcast_port=666
          
          # When activated, camd will listen on the specified port for connections. All
          # command (to view the full list use -help command) received will be processed.
          #
          console_command_broadcast=1
          console_command_broadcast_port=777
          
          ########################### provider configuration ###########################
          #
          # All parameters are in hexadecimal notation.
          # Each section is defined by the provider id value.
          # If you don't know the provider id value then use the provider id "000000" and ca id "0000".
          # On provider 000000 caid 0000 goes all provider wich are not declared. If the provider
          # is declared then the cam will use the provider founded.
          #
          
          [Prov:000000:CaID:0000]
          # ----------------------------------------------------------------------------
          # this provider is a stand-in for all cards and all caid not declared previously
          #
          # You can select wich type of priority to assign on each caid/prov combination
          # priority name available are: card,emu,cs
          # card: internal card reader
          # emu: internal emulator
          # cs: card share protocols
          # each type must be separated by a comma
          #
          # you can also set to use only cs and nothing more, to do it insert on each comma "cs"
          # example: check_priority=cs,cs,cs # only cs in this case
          # example: check_priority=card,emu,emu # no cs in this case
          # obviously this is not suggested but if you prefer to disable an option you should do it in this way
          check_priority=cs,emu,card
          
          # You can select wich protocol will be used first for the current caid/prov combination
          # protocol name available are: newcamd,cccam,gbox,radegast,camd33,camd35,aroureos
          # each protocol must be separated by a comma
          #
          cs_protocol_order=cccam,newcamd,gbox,camd35,camd33,radegast,aroureos
          
          # Enable (1) or disable (0) emm process when a cs protocol is used
          # 0 - Off
          # 1 - On
          #
          process_emms_on_cs_mode=0
          
          # Enable (1) or disable (0) emm g type process
          # 0 - Off
          # 1 - On
          #
          process_emm_g=0
          
          # Enable (1) or disable (0) emm s type process
          # 0 - Off
          # 1 - On
          #
          process_emm_s=0
          
          # Enable (1) or disable (0) emm u type process
          # 0 - Off
          # 1 - On
          #
          process_emm_u=0
          
          #[Prov:000501:CaID:1833]
          #check_priority=cs,emu,card
          #cs_protocol_order=cccam,newcamd,gbox,camd35,camd33,radegast,aroureos
          #process_emms_on_cs_mode=0
          #process_emm_g=0
          #process_emm_s=0
          #process_emm_u=0
          
          ########################### servers configuration ############################
          [Servers]
          #
          # This is the section for the multi-server configuration.
          #
          # URL of card-server to use, formats are as follows:
          #
          # newcamd://<username_31>:<password_31>@<hostname>:<port>:<caid_4>:<prov_id_6>/<des_key_14>/[EMM]
          # aroureos://@<hostname>:<port>:<caid_4>:<prov_id_6>/[EMM]
          # radegast://@<hostname>:<port>:<caid_4>:<prov_id_6>/[EMM]
          # camd33://<username_10>:<password_10>@<hostname>:<port>:<caid_4>:<prov_id_6>/[aes_key_16]/[EMM]
          # camd35://<username_32>:<password_32>@<hostname>:<port>:<caid_4>:<prov_id_6>/[EMM]
          # gbox://<localhost>:<localport>:<password_8>@<peer_address>:<peer_port>:<peer_pass_8>/[EMM]
          #
          # cccam://<username_20>:<password_32>@<hostname>:<port>/<receive_emu_shared>/[EMM]
          # where <receive_emu_shared> should assume value "yes" (without quotes, if you like to receive emus data shared by the server) or "no" (this is assumed by default)
          #
          #
          # NOTE: The "EMM" suffix is optional and tells the card-server client whether
          # to send EMM's to the card-server or not. Enabling or disabling this only
          # has effect if the card-server is configured to accept emms from this client.
          #
          # NOTE 2: The "card_server_url" is not the same as previously declared in the prov/caid section
          # use how many server as you like
          #
          # i.e:
          #
          #card_server_url=cccam://username:[email protected]:12000
          #card_server_url=cccam://username:[email protected]:15000
          #card_server_url=gbox://yourname.dyndns.org:6666:[email protected]:6666:peer_pass
          #card_server_url=cccam://username:password@hostname:port
          #card_server_url=gbox://192.168.1.24:5555:[email protected]:4444:peer_pass
          #card_server_url=newcamd://username:[email protected]:10550:0500:028800/0102030405060708091011121314
          #card_server_url=radegast://@192.168.0.100:10550:0100:000065
          #card_server_url=aroureos://@yourhostname.dyndns.org:10666:0500:007C00
          #card_server_url=camd35://username:[email protected]:14150:0603:000000
          #card_server_url=camd33://username:[email protected]:10550:0603:000000 # cam33 without AES encryption
          #card_server_url=camd33://username:[email protected]:10500:0604:000000/01020304050607080910111213141516 # cam33 with AES encryption
          
          ########################### CaIDs tunneling configuration ############################
          [CaIDTunnel]
          #
          # All values are in hex notation
          # In this file you can configure what CAIDs/PIDs incubusCamd should tunnel to another CAID
          #
          # situation 1: this caid, all idents, on all channels will use the tunnel_caid
          # caid:tunnel_caid
          #
          # situation 2: this caid/ident pair will use the tunnel_caid
          # caid:tunnel_caid:ident
          #
          # situation 3: this caid/ident pair, on channel 'sid' will use the tunnel_caid
          # caid:tunnel_caid:ident:sid
          #
          # i.e:
          #
          #1833:1702:000000:0082 # this one should tunnel premiereHD nagra3 into betacrypt cards
          #1833:1702:000000:0081 # this one should tunnel premiereHD nagra3 into betacrypt cards

          Comment

          • grizzlyt
            Member
            • Oct 2008
            • 93

            #35
            Incubus Camd 0.90

            Incubus Camd 0.90

            05/08/2009, release V0.90
            * fixed the bug for caid/provider selection for protocols
            * optimized a little bit more the protocol selection (lot of improvements)
            * added console server interface (you can log by telnet, check the config file: console_logs_broadcast, console_logs_broadcast_port)
            * added more infos for current server and info like that, in file /tmp/ecm.info

            MediaFire is a simple to use free service that lets you put all your photos, documents, music, and video in a single place so you can access them anywhere and share them everywhere.
            Last edited by grizzlyt; 6 August, 2009, 00:47.
            IP Box HD 9000 2xS2 tuner

            Dreambox 7025-SS

            Smart MX 28-IDTE IQ 2040

            Sammy 9500-Sammy 9400-Sammy 9000

            Triax 120 cm-Titanium 2 LNB's

            Comment

            • grizzlyt
              Member
              • Oct 2008
              • 93

              #36
              IncubusCamd v.0.91

              Incubus Camd 0.91

              10/08/2009, V0.91
              * fixed a bug on caid tunneling
              * fixed a bug when a cw with same old value arrives
              * added web interface (the config writer could have some bugs, it is not 100% tested)
              * added log of ecm pid selected
              * added timeout check on server connection (no more blocking if a fail server is given)
              * fixed a check on multi-istances
              * added on_screen_messages_ecm and on_screen_messages_emm (emm are disabled, so now is useless), pay attention,
              it will pop-up a message on the screen each time an ecm decrypted successfully arrives
              * if no more protocol or priority type will be selected (check_priority, cs_protocol_order) nothing will be used by default,
              check the config file for more examples and infos
              * added possibility to set priority/ignore on ecm pid (check the incubusCamd.prio file for more infos/examples)
              * fixed a bug with emu given by cccam protocol servers
              * fixed a bug on reading keys from SoftCam.Key file (also added possibility to use char ; or # for comments)
              * now all emulators codifies should be ok, i can't test them all, so report if something is wrong (do not forget to use the SoftCam.Key edited
              like the one attached in the release pack, because it's not like others softcam.key files)
              * fixed a bug on reading config files, wich do not delete spaces ' ' when found

              No EMMs are supported yet, so do not hope in that, emms will be implemented in a future version.

              IP Box HD 9000 2xS2 tuner

              Dreambox 7025-SS

              Smart MX 28-IDTE IQ 2040

              Sammy 9500-Sammy 9400-Sammy 9000

              Triax 120 cm-Titanium 2 LNB's

              Comment

              • grizzlyt
                Member
                • Oct 2008
                • 93

                #37
                Incubus Camd 0.92

                Incubus Camd 0.92

                10/08/2009, V0.92

                * solved once for all bugs with spaces and comments in config files

                * fixed a bug on caid tunneling
                * fixed a bug when a cw with same old value arrives
                * added web interface (the config writer could have some bugs,
                it is not 100% tested)
                * added log of ecm pid selected
                * added timeout check on server connection (no more blocking if a fail
                server is given)
                * fixed a check on multi*istances
                * added on_screen_messages_ecm and on_screen_messages_emm
                (emm are disabled, so now is useless), pay attention, it will pop*up
                a message on the screen each time an ecm decrypted successfully arrives
                * if no more protocol or priority type will be selected (check_priority,
                cs_protocol_order) nothing will be used by default, check the config
                file for more examples and infos
                * added possibility to set priority/ignore on ecm pid (check the
                incubusCamd.prio file for more infos/examples)
                * fixed a bug with emu given by cccam protocol servers
                * fixed a bug on reading keys from SoftCam.Key file (also added possibility
                to use char ; or # for comments)
                * now all emulators codifies should be ok, i can't test them all, so report if
                something is wrong (do not forget to use the SoftCam.Key edited
                like the one attached in the release pack, because it's not like others
                softcam.key files)
                * fixed a bug on reading config files, wich do not delete spaces ' ' when found

                No EMMs are supported yet, so do not hope in that, emms will be implemented in a future version.

                MediaFire is a simple to use free service that lets you put all your photos, documents, music, and video in a single place so you can access them anywhere and share them everywhere.
                IP Box HD 9000 2xS2 tuner

                Dreambox 7025-SS

                Smart MX 28-IDTE IQ 2040

                Sammy 9500-Sammy 9400-Sammy 9000

                Triax 120 cm-Titanium 2 LNB's

                Comment

                • grizzlyt
                  Member
                  • Oct 2008
                  • 93

                  #38
                  MgCamd 1.33-SH4

                  MGcamd 1.33-SH4

                  This is the binary, works with E2
                  Plus config.

                  http://www.mediafire.com/file/4zznihwtjyq/mgcamd-1.33 & config.zip
                  Last edited by grizzlyt; 28 August, 2009, 00:06.
                  IP Box HD 9000 2xS2 tuner

                  Dreambox 7025-SS

                  Smart MX 28-IDTE IQ 2040

                  Sammy 9500-Sammy 9400-Sammy 9000

                  Triax 120 cm-Titanium 2 LNB's

                  Comment

                  • aftermath
                    V.I.P. Member
                    • Mar 2008
                    • 4345

                    #39
                    IncubusCam 0.93

                    V0.93
                    - fixed ecm pid debug log for biss encryption
                    - fixed a bug on filters (more stability)
                    - add seca2/seca3 handler (i suggest to use it only on providers wich uses both seca2 and seca3 with same provid value,
                    like TVVlandeeren and Canal Digitaal)
                    - fixed bug on reading prio/ignore
                    - updated web interface
                    - newcamd and radegast are now managed in a better way, no more connecting/disconnecting is done if no server
                    is disconnected before (or the connection would be broken)
                    - fixed a bug wich will not find card on cccam protocol if multi provider (like seca2/seca3 pids) are declared with the same values
                    - added emm management (it works only with newcamd servers wich use the EMM in the config line, do not forget to enable also
                    "process_emms_on_cs_mode" and your emm-g/s/u blocker options)
                    - fixed some bugs with timeshift using original dgs based firmwares (if you find more bugs report them as usually)
                    - fixed some bugs with PIP using original dgs based firmwares (if you find more bugs report them as usually)

                    EMM for internal emu will be enabled when testers will report emm are working ok with almost all codifies.
                    Do not forget this is a beta version so it could be some EMM will not work as expected, but i can't test every codify
                    in the world and every smart card for each provider, so... you know, just report what works and what does not!


                    Comment

                    • aftermath
                      V.I.P. Member
                      • Mar 2008
                      • 4345

                      #40
                      Incubuscamd 0.94

                      04/11/2009, V0.94
                      - fixed bugs on EMM handling for various codifies
                      - fixed some memory bugs
                      - many other internal code improvements
                      - no more beta code used in teta version


                      RapidShare: 1-CLICK Web hosting - Easy Filehosting

                      Comment

                      • grizzlyt
                        Member
                        • Oct 2008
                        • 93

                        #41
                        IncubusCamd 0.95

                        IncubusCamd 0.95

                        17.11.2009

                        ? optimized service manager on e2 on FTA channels (no more cpu overload requesting PMT always)
                        ? fixed a bug on dw log for internal emu showing wrong values
                        ? added possibility to declare prov and caid set to 0000:000000 on newcamd server lines, this is usefull if you like to
                        use the server for many codifies or if you don't know exactly the values to put in (let's call it a jolly value)
                        ? fixed CCcam 2.1.3 recognized like system
                        ? fixed dw delay time written in file ecm.info
                        @mediafire
                        IP Box HD 9000 2xS2 tuner

                        Dreambox 7025-SS

                        Smart MX 28-IDTE IQ 2040

                        Sammy 9500-Sammy 9400-Sammy 9000

                        Triax 120 cm-Titanium 2 LNB's

                        Comment

                        • aftermath
                          V.I.P. Member
                          • Mar 2008
                          • 4345

                          #42
                          Incubuscamd 0.9.6

                          Incubuscamd 0.9.6

                          10.12.09

                          V0.96
                          - fixed again EMMs over newcamd protocol
                          - fixed a bug on last chid on irdeto channels on cccam protocol (it was happen that sometimes it would not get correctly)
                          - fixed a bug on cccam connection compatibility (sorry it was my mistake on last rev)
                          - changed "chid" option in the config file (read it for more info), now you have to insert hex values and chid is no more the index, but the real chid value
                          - added "dw delay time" for all supported protocols
                          - added possibility to declare max uphops that will be searched for cards over cccam protocol
                          get it here

                          Comment

                          • munin
                            Newbie
                            • Feb 2010
                            • 1

                            #43
                            Hmm beginners question i have incubus cam installed, but i want to use the card in the local card reader, what entry do i need to make in the config ........
                            I know it works i see incubuscam looking in dfebug mode when i tail the logfile.

                            Comment

                            • megamanxx
                              Newbie
                              • Jul 2011
                              • 1

                              #44
                              Which emulator is the best for DGS based images?

                              Hi
                              I am a new buy( cuberevo 250 HD ) , I have recently update to VODKA 011 image , Picture qualty for fta channels is great in this image. the image is DGS base and includes OSCam, I wanna know is oscam a good emulator or I should install another EMU?
                              which EMU is the best for a DGS based image?
                              (I wanna use a CCCam acount).

                              Comment

                              • langamers2
                                Newbie
                                • Aug 2011
                                • 1

                                #45
                                where can i find emu mgcamd.ipk please?

                                Comment

                                Working...