This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [0.4] CQCQCQ>ACRUX1:<0x1b><0x00><0x00><0x05><0x1e><0x00>?3<0x03><0x00>?3p<0x0f>i<0x15><0x04><0x00><0x03><0x10>a<0x01>0"1"<0x00>?<0x00>?0<0x11><0x00><0x14><0x00>?<0x00>?<0x00>?<0x00>?<0x00>?<0x00>?<0x00>?<0x00>?<0x00>?<0x00>?<0x00>?<0x00>?<0x00>?<0x00>?<0x00>?<0x00>?<0x00>?*<0x05><0x00><0x00><0x00><0x00>3P<0x01><0x00><0x00><0x00><0x00><0x00><0x00><0x00>TODO: Please tell MSP that their satellite works<0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x00><0x18>?ۧ?WwB<0x0b>ټ$Gr?>?I0r)T3?<0x0d><<0x0d>?%<0x1e>0> | |
| ------ | |
| U frame UI: p |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| .navbar { | |
| display: none; | |
| } | |
| .tle-data{ | |
| display: none; | |
| } | |
| footer{ | |
| display:none; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3.7 | |
| import sys | |
| sys.path.append('./packages') | |
| import boto3 | |
| import requests | |
| import json | |
| import base64 | |
| from natsort import natsorted |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python | |
| # | |
| """ | |
| Copyright (c) 2009, ChronosTelecom, LLC | |
| All rights reserved. | |
| Redistribution and use in source and binary forms, with or without | |
| modification, are permitted provided that the following conditions are met: | |
| * Redistributions of source code must retain the above copyright |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import dcfurs | |
| import settings | |
| import time | |
| CODE = {'A': '.-', 'B': '-...', 'C': '-.-.', | |
| 'D': '-..', 'E': '.', 'F': '..-.', | |
| 'G': '--.', 'H': '....', 'I': '..', | |
| 'J': '.---', 'K': '-.-', 'L': '.-..', | |
| 'M': '--', 'N': '-.', 'O': '---', | |
| 'P': '.--.', 'Q': '--.-', 'R': '.-.', | |
| 'S': '...', 'T': '-', 'U': '..-', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* IRremoteESP8266: IRsendDemo - demonstrates sending IR codes with IRsend. | |
| Version 1.0 April, 2017 | |
| Based on Ken Shirriff's IrsendDemo Version 0.1 July, 2009, | |
| Copyright 2009 Ken Shirriff, http://arcfn.com | |
| An IR LED circuit *MUST* be connected to the ESP8266 on a pin | |
| as specified by kIrLed below. | |
| TL;DR: The IR LED needs to be driven by a transistor for a good result. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* IRremoteESP8266: IRsendDemo - demonstrates sending IR codes with IRsend. | |
| * | |
| * Version 1.0 April, 2017 | |
| * Based on Ken Shirriff's IrsendDemo Version 0.1 July, 2009, | |
| * Copyright 2009 Ken Shirriff, http://arcfn.com | |
| * | |
| * An IR LED circuit *MUST* be connected to the ESP8266 on a pin | |
| * as specified by kIrLed below. | |
| * | |
| * TL;DR: The IR LED needs to be driven by a transistor for a good result. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #requires python3 | |
| # pip3 install xmltodict --user | |
| import hashlib | |
| import hmac | |
| import base64 | |
| import xmltodict | |
| # https://gist.github.com/heskyji/5167567b64cb92a910a3 | |
| def make_digest(message, key): |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 'use strict'; | |
| exports.handler = (event, context, callback) => { | |
| /* | |
| * Generate HTTP redirect response with 302 status code and Location header. | |
| */ | |
| const request = event.Records[0].cf.request; | |
| if (request.uri.startsWith('/aprs/') ){ | |
| var sonde = request.uri.replace(/^\/aprs\//,""); | |
| var specific_response = { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/python | |
| # -*- coding: utf-8 -*- | |
| CODE = { "10" : u"▌", "01": u"▐", "11": u"█", "00": u" "} | |
| CHARS = {'0':'1010001110111010', | |
| '1':'1110100010101110', | |
| '2':'1011100010101110', | |
| '3':'1110111000101010', | |
| '4':'1010001110101110', | |
| '5':'1110100011101010', |