Show an email

GET /hyperkitty/api/list/[email protected]/email/UT4VMUT5HCSUIPXPNTMUL5KMF4J3TZZP/?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/UT4VMUT5HCSUIPXPNTMUL5KMF4J3TZZP/?format=api",
    "mailinglist": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/?format=api",
    "message_id": "[email protected]",
    "message_id_hash": "UT4VMUT5HCSUIPXPNTMUL5KMF4J3TZZP",
    "thread": "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/thread/UT4VMUT5HCSUIPXPNTMUL5KMF4J3TZZP/?format=api",
    "sender": {
        "address": "g7iii (a) g7iii.net",
        "mailman_id": "0f637f75ff6f40f5888fc0c2c82dc515",
        "emails": "https://mailman.amsat.org/hyperkitty/api/sender/0f637f75ff6f40f5888fc0c2c82dc515/emails/?format=api"
    },
    "sender_name": "Iain Young, G7III",
    "subject": "[amsat-bb] ANNOUNCE: aprstlm 1.4 Available With Support For Castor\tAnd Pollux",
    "date": "2009-08-02T11:40:20Z",
    "parent": null,
    "children": [
        "https://mailman.amsat.org/hyperkitty/api/list/[email protected]/email/JM6MXEWYPFHUFJW7QSMERPRXUR43XVVF/?format=api"
    ],
    "votes": {
        "likes": 0,
        "dislikes": 0,
        "status": "neutral"
    },
    "content": "Hi All,\n\naprstlm (A unix/linux ncurses APRS [& now AX.25] telemetry viewer)\nversion 1.4 is now available. A Tarball of the source is at:\n\nhttp://hal.g7iii.net/aprstlm/v1.4/aprstlm-1.4.tar.gz\n\nFor those with aprstlm v1.3, there is a patch available at\nhttp://www.xciv.org/aprstlm/v1.4/aprstlm-1.3-1.4.patch.gz.\nGunzip and apply with patch -p1\n\nBuiding:\n\nTo build, you will need a standard gcc install, as well as the\nncurses development libraries. Building is simple, just type\nmake in the aprstlm-1.4 directory. A binary, called aprstlm\nis created.\n\nRunning:\n\nThere are now two modes of running aprstlm. One is that you\ngive it an APRS server and port, and it connects to it, and\nawaits telemetry from the specified satellite, eg:\n\n./aprstlm -sat PCSAT -aprs aprshost.somenet.com 14580\n\n\naprstlm however, can now read from stdin. This was needed,\nwhen implementing support for Castor and Pollux, as it was\nnot certain all IGATEs would pass their telemetry frames,\nand indeed, as they are not strictly APRS packets, then some\ndo not.\n\nHow you get the AX25 frames to aprstlm's stdin is up to you.\nI don't have any radios up at the moment, but something like\nthe axlisten command might well be useful, or alternatively,\njust an netcat to an APRS server, or a local TNC would suffice.\n  To run in stdin mode, add the -stdin flag, eg :\n\nnc arprs.somehost.net 14580 | ./aprstlm -sat POLLUX -stdin\n\nPlease note, by using the stdin mode, the keyboard is disabled,\nyou must use Control C to exit the program, not \"Q\", as documented.\n\nAlso, you will only see the Engineering Telemetry values\nscreen, not the raw values screen. This is due to the way\nI \"hijacked\" the internals of aprstlm to work for castor and\npollux without having to redo most of the code.\n\nOther features remain the same as previous versions, and\na brief (and way out of date, but still relevant)web page\nwhich documents v1.0 is at http://www.xciv.org/~iain/aprstlm\n\nNew Features in Version 1.4:\n\n    o Support for Castor and Pollux (\"The Twins\")\n    o Read from stdin mode (but disables the keyboard)\n    o Some core improvements, that should make it easier\n      to add further AX25 satellites later\n\n\nVersion 1.4 is not really very polished at the moment, but it\ndoes display telemetry from castor and pollux. With pollux only\nmeant to be with us for 6 months, I wanted to get this out\nthere as soon as possible.\n\nI do intend to release 1.4.1, which should be able to process the\nMEMS telemetry packet as well, as soon as Ivan gets the chance\nto post the equations and details.\n\nAlso, the predict mode doesn't work for castor and pollux yet,\nas we don't have confirmed NORAD object numbers, or epoch times\n(Exactly when they were released from the shuttle)\n\nFurther improvements (esp to the castor and pollux displays) will\nmost likely be in 1.4.1 as well\n\n\n73s\n\nIain\n",
    "attachments": []
}