mudinthewater

Results 32 issues of mudinthewater

Fixes https://github.com/regebro/tzlocal/issues/127 by adding a break to the while-loop that checks for valid paths from a simlink from /etc/localtime. The behavior of the loop is to check for valid files...

Python and tzlocal version: tzlocal version 4.2 Python version Python 3.8.5 OS info: NAME="Amazon Linux" VERSION="2" ID="amzn" ID_LIKE="centos rhel fedora" VERSION_ID="2" PRETTY_NAME="Amazon Linux 2" ANSI_COLOR="0;33" CPE_NAME="cpe:2.3:o:amazon:amazon_linux:2" HOME_URL="https://amazonlinux.com/" Stack trace: Python...

Most common ground modems use a TCP-based interface for communication to the GDS, not UDP. The TCP frame interface should include an extensible header wrapper, as most modems and stations...

Typically when binary products are packetized, the framing mechanism is expected to frame the group of packets, either individually framed, or split across frames. The translated product should frame the...

Alternately, this functionality could be packaged into AIT-GUI, as long as AIT-DSN provides the necessary information back to it.

Typically GDS manage translated products, including the date of translation, a checksum of the product that was translated, and a translation status (failed, successful, etc). This should be tracked by...

Near-earth missions commonly use Reed-solomon, but others are supported in CCSDS as well: Reed-Solomon, Turbo, or LDPC Encoding.

Randomization prevents blocks of 0s causing issues with telecom and is part of the CCSDS 131.0-B-3 standard Section 10.4

CLTUS should be generated by the GDS in addition to pure framing. GDS configuration should include common header and footer values.

1. Dictionary should be organizer. Current dictionary is a flat list, which cases performance and UI issues if you have large numbers of channels in MCT (10k+ typically) 2. Plugin...