pypacket icon indicating copy to clipboard operation
pypacket copied to clipboard

Modular APRS Rx IGate framework for RTL-SDR devices.

Results 22 pypacket issues
Sort by recently updated
recently updated
newest added

This PR updates [coveralls](https://pypi.org/project/coveralls) from **3.3.1** to **4.0.0**. Changelog ### 4.0.0 ``` BREAKING CHANGES When ``config.ignore_errors`` is Falsey, failures to parse Pyhton files or look up file sources will now...

This PR updates [pytest](https://pypi.org/project/pytest) from **7.2.0** to **8.2.0**. Changelog ### 8.2.0 ``` ========================= Deprecations ------------ - `12069 <https://github.com/pytest-dev/pytest/issues/12069>`_: A deprecation warning is now raised when implementations of one of the...

This PR updates [pytest-cov](https://pypi.org/project/pytest-cov) from **4.0.0** to **5.0.0**. Changelog ### 5.0.0 ``` ------------------ * Removed support for xdist rsync (now deprecated). Contributed by Matthias Reichenbach in `623 <https://github.com/pytest-dev/pytest-cov/pull/623>`_. * Switched...

This PR updates [python-dotenv](https://pypi.org/project/python-dotenv) from **0.21.0** to **1.0.1**. Changelog ### 1.0.1 ``` What's Changed * FIx year in release date in changelog.md by jankislinger in https://github.com/theskumar/python-dotenv/pull/453 * Gracefully handle code...

https://github.com/cceremuga/pypacket/blob/5f6060311958104bfecedb135e15e241610d42e8/pypacket/implementations/multimon_decoder.py#L5 Hi, multimon-ng AX.25 packet radio decoder output is not binary clean. It is designed for decoding packets for human-readable use, and it strips/modifies out some bytes (non-printable packets which...

**Describe the bug** aprs messages with unicode in them triggers crash **To Reproduce** Steps to reproduce the behavior: 1. run ./main.py 2. wait until some funnyman messages "🤪" over packet...

bug

The exemple extension suggest that this file show how the file parser expects to read the location format and position ambiguity. However, it is empty and more like a template...

enhancement
good first issue
docs

I'm interested in using pypacket to track a high-altitude balloon project I'm working on. The default log output doesn't include altitude, which would be really helpful to let me know...

enhancement

I have multiple RTL-SDRs attached to a single RPi which are being used for separate things. Please can you include a setting for the RTL-SDR serial number to be used.

enhancement
good first issue

At the moment logging is configured to write asctime, levelname and message. Would it be possible to add in an option in the configuration file to enable additional parameters to...

enhancement