There was an error fetching the commit references. Please try again later.
Rewrites & Updates:
- Abstracted APRS-IS TCP server connect logic out into `APRS.connect()`, which must be called before you send or receive from APRS-IS. - Added support for APRS-IS Send-only on HTTP & UDP, as well as send/receive on HTTP. - Linted, PEP8'd and cleaned up code. - Updated docs. - Updated docstrings & Copyrights.
Showing
- LICENSE 1 addition, 1 deletionLICENSE
- Makefile 2 additions, 2 deletionsMakefile
- README.rst 8 additions, 7 deletionsREADME.rst
- aprs/__init__.py 2 additions, 2 deletionsaprs/__init__.py
- aprs/classes.py 62 additions, 31 deletionsaprs/classes.py
- aprs/constants.py 3 additions, 2 deletionsaprs/constants.py
- aprs/util.py 8 additions, 18 deletionsaprs/util.py
- requirements.txt 2 additions, 2 deletionsrequirements.txt
- setup.cfg 2 additions, 2 deletionssetup.cfg
- setup.py 3 additions, 3 deletionssetup.py
- tests/constants.py 2 additions, 2 deletionstests/constants.py
- tests/context.py 4 additions, 0 deletionstests/context.py
- tests/test_aprs.py 14 additions, 7 deletionstests/test_aprs.py
- tests/test_util.py 6 additions, 6 deletionstests/test_util.py
Loading
Please register or sign in to comment