<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 05/01/2014 10:04 AM, Michelle Dupuis
      wrote:<br>
    </div>
    <blockquote
      cite="mid:44aede31dc084bab8b75cbee37d56053@newmail.ocg.ca"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <style type="text/css" style="display:none"><!--P{margin-top:0;margin-bottom:0;} .ms-cui-menu {background-color:#ffffff;border:1px rgb(171, 171, 171) solid;font-family:'Segoe UI WPC', 'Segoe UI', Tahoma, 'Microsoft Sans Serif', Verdana, sans-serif;font-size:11pt;color:rgb(51, 51, 51);} .ms-cui-menusection-title {display:none;} .ms-cui-ctl {vertical-align:text-top;text-decoration:none;color:rgb(51, 51, 51);} .ms-cui-ctl-on {background-color:rgb(223, 237, 250);opacity: 0.8;} .ms-cui-img-cont-float {display:inline-block;margin-top:2px} .ms-cui-smenu-inner {padding-top:0px;} .ms-owa-paste-option-icon {margin: 2px 4px 0px 4px;vertical-align:sub;padding-bottom: 2px;display:inline-block;} .ms-rtePasteFlyout-option:hover {background-color:rgb(223, 237, 250) !important;opacity:1 !important;} .ms-rtePasteFlyout-option {padding:8px 4px 8px 4px;outline:none;} .ms-cui-menusection {float:left; width:85px;height:24px;overflow:hidden}--></style>
      <div
style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
        <p><span style="color: #252525; font-family: sans-serif;
            font-size: 12pt;">&gt;&gt;There is a python script on the
            MythTV wiki (directtv_http.pl) that does most of the work</span><br>
        </p>
        <div style="color: #282828;">
          <div>
            <div><span style="color: #252525; font-family: sans-serif;
                line-height: 28px; background-color: #ffffff;"></span>
              <div id="contentSub" style="line-height: 1.2em; margin:
                0px 0px 1.4em 1em; color: #545454; width: auto;
                font-family: sans-serif; background-color: #ffffff;">
              </div>
              <div id="jump-to-nav" class="mw-jump" style="overflow:
                hidden; height: 0px; zoom: 1; margin-top: -1.4em;
                margin-bottom: 1.4em; color: #252525; font-family:
                sans-serif; line-height: 28px; background-color:
                #ffffff;">
              </div>
              <div>&#8203;Does this script work with Dish receivers too? &nbsp;(Is
                it just upnp wrapper or sometone tuned if for DirectTV)?<br>
              </div>
            </div>
          </div>
        </div>
      </div>
    </blockquote>
    Neither, it sends commands over IP using 'http' protocols.<br>
    <br>
    I am currently using a shell script that calls "miranda.py" to
    control my Dish ViP222k over IP using the 'upnp' protocol.<br>
    <br>
    If you know what upnp commands the receiver supports you can use
    miranda.py as the 'upnp' CLI.<br>
    <br>
    I used "upnp-inspector' to get the required information but miranda
    can also return a list of available commands.<br>
    <br>
    You can find a quick overview of what I did in my recent posts under
    "UPNP Control of STB".<br>
    <br>
    MC<br>
  </body>
</html>