<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <div class="moz-cite-prefix">Am 18.11.2012 13:38, schrieb Mark
      Webb-Johnson:<br>
    </div>
    <blockquote
      cite="mid:068C2C4F-8DE2-4011-9C2F-0AA522CFC218@webb-johnson.net"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <div>I've just pushed my last set of changes. It seems ok from my
        end now. The code runs and sms commands function as expected.
        I've added a capabilities message that is sent
        car->server->apps and will be useful to tailor the app
        functions to what the car can do.</div>
    </blockquote>
    <br>
    As everything so far seems to be working pretty well, I'll next add
    the msg cmd handlers for my commands, to see how that fits.<br>
    <br>
    I'll first need cmd codes for...<br>
    <br>
    DEBUG<br>
    RANGE<br>
    CA<br>
    <br>
    ...plus a new common code for "ALERT", if you agree on routing the
    net_msg_alert() function through the dispatcher as well to allow
    vehicle control over this.<br>
    <br>
    For vehicle specific cmds you wrote earlier we could just use
    arbitrary codes 200+, can I still do so or do you want to directly
    assign standard codes for some of them?<br>
    <br>
    ...if some cmd later becomes standard, we can just add that code to
    the dispatcher switch:<br>
        case 7: // standard cmd: DEBUG<br>
        case 200: // obsolete specific cmd: DEBUG<br>
            do_alert(...);<br>
    ...at least if the arguments match the standard :-)<br>
    <br>
    Regards,<br>
    Michael<br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Michael Balzer * Paradestr. 8 * D-42107 Wuppertal
Fon 0202 / 272 2201 * Handy 0176 / 206 989 26
</pre>
  </body>
</html>