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

cccamd

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dawbrain
    Member
    • Mar 2013
    • 45

    cccamd

    when entering port some have five digits and some four do i put a 0 before the four digit or after ?
  • skytec
    Experienced Board Member
    • Mar 2010
    • 1208

    #2
    Re: cccamd

    No, just type the port number. The maximum port number is 65535.
    Is my post useful for you? Please press sigpic

    Comment

    • aplok
      Experienced Board Member
      • Jun 2013
      • 1155

      #3
      Re: cccamd

      examples:

      C: <hostname> <port> <username> <password> <wantemus> no { 0:0:0}

      C: <hostname> <port> <username> <password> <wantemus> { caid:id(:uphops), caid:id(:uphops), ... }

      C: cam.server.org 12345 toto secret no { 0:0:3 }

      no = card only, no emmu

      Comment

      • mahrkpat
        Experienced Board Member
        • Jun 2012
        • 1493

        #4
        Re: cccamd

        What emu you are you using mgcamd or cccam? If you are using mgcamd then you might
        need to adjust your mg_cfg.
        Liked my post then push the sigpic button.

        Comment

        • Mobley3
          Experienced Board Member
          • Jun 2012
          • 722

          #5
          Re: cccamd

          Normally when you go into Client setup it would have a line of zeros on the port line, certainly this is the setup on my Spiderbox,which shows 5 zeros so I have to enter 5 for the line to work, I would presume your receiver will have a similar setup.

          Regards Mobley3


          mobley3

          Comment

          • dawbrain
            Member
            • Mar 2013
            • 45

            #6
            Re: cccamd

            but some ports only have four numbers when my box has 5 zeros then what do i do.do i enter a o before or after the 4 port number or do i have to enter a 5 number port,

            Comment

            • markjose
              Newbie
              • Sep 2013
              • 7

              #7
              Re: cccamd

              Hi,

              The port number will be whatever port is open on their firewall to allow the protocol to pass, so adding a 0 at the end would create a null value therefore leading most BASIC systems to discard this value.

              Regards,

              Comment

              • Teranoz
                Senior Member
                • May 2013
                • 104

                #8
                Re: cccamd

                In what cases you would use <wantemus> = yes ?

                Comment

                • gianni253
                  Experienced Board Member
                  • Nov 2012
                  • 903

                  #9
                  Re: cccamd

                  Originally posted by Teranoz
                  In what cases you would use <wantemus> = yes ?
                  When you want to use emulator running on server (not cards).

                  Comment

                  • Mobley3
                    Experienced Board Member
                    • Jun 2012
                    • 722

                    #10
                    Re: cccamd

                    Originally posted by dawbrain
                    but some ports only have four numbers when my box has 5 zeros then what do i do.do i enter a o before or after the 4 port number or do i have to enter a 5 number port,
                    In answer to your question.....Yes. that is what I do, I have always had to put a zero first and I can not get the line to work otherwise.

                    Regards Mobley3


                    mobley3

                    Comment

                    • aplok
                      Experienced Board Member
                      • Jun 2013
                      • 1155

                      #11
                      Re: cccamd

                      so, we have

                      # --- for cccamd.list
                      C: server.name.com 1234 Username password # not correct
                      C: server.name.com 01234 Username password # correct



                      # --- and for newcamd.list ?
                      # what is correct, what is not correct
                      CWS = 192.168.1.1 1234 dummy dummy 10 02 13 04 15 06 17 08 01 10 11 12 13 14
                      CWS = 192.168.1.1 01234 dummy dummy 10 02 13 04 15 06 17 08 01 10 11 12 13 14


                      # --- and for newcamd.list ?
                      # what is correct, what is not correct
                      CWS_MULTIPLE = 192.168.1.2 1200:1205 dummy dummy 10 02 13 04 15 06 17 08 01 10 11 12 13 14
                      CWS_MULTIPLE = 192.168.1.2 01200:01205 dummy dummy 10 02 13 04 15 06 17 08 01 10 11 12 13 14

                      Comment

                      Working...