aprs
aprs copied to clipboard
Python APRS Module
Add a new packet class to construct CWOP weather station packets
I'm trying to use the parser at the 2500 packets/second OGN feed, and it doesn't work out, it's too slow. I did a few obvious fixes and optimisations, but I...
Thank you for working on making APRS available through Python. I encountered problems with both the send and receive examples. I will copy the source files and results of execution...
Hello, I am trying to setup aprs module on a Raspberry pi but I have this error AttributeError: module 'aprs' has no attribute 'parse_frame' with this code => frame =...
Hello. I was trying to install this, but receive the following error > C:\Logs>pip install aprs > Collecting aprs > Using cached https://files.pythonhosted.org/packages/2b/0f/1b1975d9a265ba647b3efccf87a1ec0350cc3dabbaecd667f7831ed9f23e/aprs-7.0.0.tar.gz > Complete output from command python setup.py...
``` >>> a = aprs.TCP('W2GMD', 'xxx') Traceback (most recent call last): File "", line 1, in File "/Users/gba/.pyenv/versions/undef.net-3.6.2/lib/python3.6/site-packages/aprs-7.0.0rc3-py3.6.egg/aprs/classes.py", line 273, in __init__ aprs_filter = aprs_filter or b'/'.join([b'p', user]) # Unicode...
Currently if you use python 2.7 you have to use aprs==6.5.0 because on pypi aprs has no python version set so it always assumes the latest is correct.
``` 2017-10-11 11:35:26,856 aprs INFO aprs.classes.start:304 - Connect To 129.15.108.112:14580 2017-10-11 11:35:27,022 aprs INFO aprs.classes.start:311 - Connect Result "b'# aprsc 2.1.4-g408ed49'" 2017-10-11 11:35:27,024 aprs INFO aprs.classes.start:315 - Auth To 129.15.108.112:14580...
When attempting to send a frame using the TCP class you get the following error: raceback (most recent call last): File "", line 1, in File "/Users/jboline/anaconda3/lib/python3.6/site-packages/aprs/classes.py", line 343, in...