<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p><br>
    </p>
    <br>
    <div class="moz-cite-prefix">On 15/05/2017 11:35, Ron wrote:<br>
    </div>
    <blockquote
      cite="mid:307268C0-154F-4AE6-B887-6C5B5EDD37F5@entropysolution.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <br>
      <div class="">
        <div class="">
          <div style="color: rgb(0, 0, 0); font-family: Helvetica;
            font-size: 12px; font-style: normal; font-variant-caps:
            normal; font-weight: normal; letter-spacing: normal;
            orphans: auto; text-align: start; text-indent: 0px;
            text-transform: none; white-space: normal; widows: auto;
            word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
            Another feature we are looking for is a trigger to an
            external server for every LUR of devices.<br
              class="Apple-interchange-newline">
          </div>
        </div>
      </div>
    </blockquote>
    <br>
    Hi Ron, You will find a very basic implementation of that here:<br>
    <a class="moz-txt-link-freetext" href="https://github.com/Rhizomatica/rccn/blob/master/rccn/smpp.py">https://github.com/Rhizomatica/rccn/blob/master/rccn/smpp.py</a><br>
    <br>
    You could even use that same python-smpplib that is used there to
    generate your "welcome" message, it would be no more than a few
    lines of python.<br>
    <br>
    You'll need this version as it has support for the
    alert_notification PDU:<br>
    <a class="moz-txt-link-freetext" href="https://github.com/asdfuser/python-smpplib">https://github.com/asdfuser/python-smpplib</a><br>
    <br>
    k/<br>
    <br>
    <br>
    <br>
    <br>
  </body>
</html>