Show an email

GET /hyperkitty/api/list/[email protected]/email/Q3RWLKWSTTFHX54VMYYXCJ6KOX7DDFJP/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/email/Q3RWLKWSTTFHX54VMYYXCJ6KOX7DDFJP/?format=api",
    "mailinglist": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/?format=api",
    "message_id": "CAEoi9W7+c5wGWZv39KsMOnSXtR+z6x5ABZ3BR8gZ_N0c+oHCPA@mail.gmail.com",
    "message_id_hash": "Q3RWLKWSTTFHX54VMYYXCJ6KOX7DDFJP",
    "thread": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/thread/ANTUDSDCP3FN3FVQICBPOGTMRICG5HDW/?format=api",
    "sender": {
        "address": "crossd (a) gmail.com",
        "mailman_id": "4d869fdd883a4b10b3649cdad8df4cb3",
        "emails": "https://mailman.amsat.org/hyperkitty/api/sender/4d869fdd883a4b10b3649cdad8df4cb3/emails/?format=api"
    },
    "sender_name": "Dan Cross",
    "subject": "Re: [amsat-bb] Software ?",
    "date": "2015-02-19T02:39:22Z",
    "parent": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/email/ANTUDSDCP3FN3FVQICBPOGTMRICG5HDW/?format=api",
    "children": [
        "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/email/KRUFNXDGXUQUF5U53BOTSEJ4WHL2PJIZ/?format=api"
    ],
    "votes": {
        "likes": 0,
        "dislikes": 0,
        "status": "neutral"
    },
    "content": "Step 1: Install Linux.  Just kidding!  (Kinda.)  I'm only (half) joking.\n\nBut seriously...I do think there's a solution to your problem: you said\nthere was example code using Delphi? I agree that that's more or less on\nthe wane (to put it mildly), but there does exist a free Pascal compiler\nthat implements most of the functionality, without tying you to a specific\nvendor.  Check out http://www.freepascal.org; it may just do what you need\nit to do.\n\n\nOn Wed, Feb 18, 2015 at 2:49 PM, PA3GUO <[email protected]> wrote:\n\n> Last December I got myself a new PC, with the ambition to upgrade all old\n> HW & SW to the latest standards. Currently the OS is Windows 8.1, and I am\n> planning to switch (for free) to Windows 10 by the end of this year.\n>\n> Almost all software is migrated from the old PCs to the new computer - it\n> all went smooth (and runs faster now). Almost all: I still have on an old\n> Windows2000 PC the software running that controls my antennas. This\n> software is all Pascal, and under Windows2000 you could still directly\n> write to serial ports. That changed as of Windows XP.\n>\n> In the new setup SATPC32 is the central software for satellite tracking\n> (position & doppler). Kenwood TS2000 as well as eg SDR# are connected just\n> fine.\n> So… the only thing to be done is hooking up SATPC32 to my rotor controller\n> (http://pa3guo.com/zb_rtr_ctrl.html).\n>\n> Of course my rotor controller doesnt talk any of the standard interface\n> protocols, so I cannot use the default set of outputs of SATPC32. Basically\n> I just need to read from the SATPC32 DDE the string that includes the\n> azimuth & etc, do a minor edit to it and send it to a USB COM port.\n> Fortunately SATPC32 comes with example code for this (Delfi and VB).\n> Unfortunately, Delfi (replaces Pascal) is an outdated standard, and so I\n> opted for the VB example.\n>\n> Now, the Visual Basic IDE doesn't really exist anymore. Microsoft has now\n> Visual Studio Express, which is impressive btw. Issue though is, the\n> included SATPC32 VB examples use DDE constructs that were supported in the\n> VB IDE , but are not in Visual Studio anymore. So what I *could* do is hack\n> the VB example to make it work in Visual Studio, but it seems not that\n> straightforward. To add to this: SDR# is C# and talks to SATPC32's DDE. So\n> C# must be DDE capable, but I haven’t seen simple example code for that\n> either.\n>\n> In short: I just need to read from the DDE , do a minor processing on the\n> string (kind of convert degrees into integer + offset) and send the result\n> to a com port.\n>\n> How would you do this ?\n> Do you program in C# or Visual Basic ?\n> In case of Visual Basic, do you use Visual Studio Express ?\n>\n> Thanks,\n> Henk - PA3GUO\n>\n> _______________________________________________\n> Sent via [email protected]. AMSAT-NA makes this open forum available\n> to all interested persons worldwide without requiring membership. Opinions\n> expressed\n> are solely those of the author, and do not reflect the official views of\n> AMSAT-NA.\n> Not an AMSAT-NA member? Join now to support the amateur satellite program!\n> Subscription settings: http://amsat.org/mailman/listinfo/amsat-bb\n>\n",
    "attachments": []
}