Konstantin Gründger
|
14fbcd7c12
|
Incompatible IDs from lt24, skylines, spider spot renamed to separate IDs, fixes #64
|
2020-05-22 10:43:41 +02:00 |
Konstantin Gründger
|
4968b9adf7
|
Refactoring
|
2020-05-21 23:14:31 +02:00 |
Konstantin Gründger
|
4d2557863f
|
Release v0.9.7
|
2020-05-21 20:21:29 +02:00 |
dependabot-preview[bot]
|
1ec2603940
|
Bump coveralls from 1.10.0 to 2.0.0
Bumps [coveralls](https://github.com/coveralls-clients/coveralls-python) from 1.10.0 to 2.0.0.
- [Release notes](https://github.com/coveralls-clients/coveralls-python/releases)
- [Changelog](https://github.com/coveralls-clients/coveralls-python/blob/master/CHANGELOG.md)
- [Commits](https://github.com/coveralls-clients/coveralls-python/compare/1.10.0...2.0.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-05-21 20:09:05 +02:00 |
Konstantin Gründger
|
2d414f70e0
|
Added current python versions
updated development status
|
2020-05-21 20:04:06 +02:00 |
Konstantin Gründger
|
43f9ce4b7c
|
Fixed deprecated function call
|
2020-05-21 19:31:15 +02:00 |
Konstantin Gründger
|
e0f363be91
|
Fixed #72
|
2020-05-21 19:30:32 +02:00 |
Meisterschueler
|
858b0af032
|
Merge pull request #14 from Meisterschueler/dependabot/pip/flake8-3.8.1
Bump flake8 from 3.7.9 to 3.8.1
|
2020-05-13 18:54:36 +02:00 |
dependabot-preview[bot]
|
446f4766ea
|
Bump flake8 from 3.7.9 to 3.8.1
Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.7.9 to 3.8.1.
- [Release notes](https://gitlab.com/pycqa/flake8/tags)
- [Commits](https://gitlab.com/pycqa/flake8/compare/3.7.9...3.8.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2020-05-13 04:28:19 +00:00 |
Konstantin Gründger
|
3f36915c1b
|
Release v0.9.6
|
2020-01-17 21:29:57 +01:00 |
Meisterschueler
|
b1ce503c32
|
Merge pull request #69 from Meisterschueler/master
Merge dependabot changes
|
2020-01-15 19:00:05 +01:00 |
Meisterschueler
|
4d380d5eb7
|
Merge pull request #68 from zoranbosnjak/master
optional fields in flarm_parser
|
2020-01-15 18:52:45 +01:00 |
Zoran Bošnjak
|
ab25b2b626
|
optional fields in flarm_parser
Make all fields optional. Fixes #67.
|
2020-01-15 10:42:42 +01:00 |
Meisterschueler
|
f5f5a4f2e9
|
Merge pull request #9 from Meisterschueler/dependabot/pip/coveralls-1.10.0
Bump coveralls from 1.9.2 to 1.10.0
|
2020-01-07 12:30:11 +01:00 |
dependabot-preview[bot]
|
17c73b9ca5
|
Bump coveralls from 1.9.2 to 1.10.0
Bumps [coveralls](https://github.com/coveralls-clients/coveralls-python) from 1.9.2 to 1.10.0.
- [Release notes](https://github.com/coveralls-clients/coveralls-python/releases)
- [Changelog](https://github.com/coveralls-clients/coveralls-python/blob/master/CHANGELOG.md)
- [Commits](https://github.com/coveralls-clients/coveralls-python/compare/1.9.2...1.10.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-12-31 04:33:41 +00:00 |
Meisterschueler
|
e06474398d
|
Merge pull request #66 from zoranbosnjak/master
Allow dynamic settings override
|
2019-12-20 22:43:20 +01:00 |
Zoran Bošnjak
|
b48ee35e70
|
fix flake8 errors
|
2019-12-20 18:57:36 +01:00 |
Zoran Bošnjak
|
689d60ebbe
|
Allow dynamic settings override
Additional (optional) 'settings' attribute in AprsClient,
to be able to pass custom settings to the client,
without changing the settings.py file.
Added 'CustomSettings' class for backward compatible attribute access.
Example (myapp.py):
...
args = ... parse arguments from command line
settings = CustomSettings(
APRS_SERVER_HOST = args.server,
APRS_SERVER_PORT_FULL_FEED = args.port,
APRS_SERVER_PORT_CLIENT_DEFINED_FILTERS = args.port,
APRS_APP_NAME = 'python-ogn-client',
PACKAGE_VERSION = '0.9.5',
APRS_APP_VER = '0.9',
APRS_KEEPALIVE_TIME = 240,
TELNET_SERVER_HOST = 'localhost',
TELNET_SERVER_PORT = 50001,
)
client = AprsClient(aprs_user='N0CALL', aprs_filter=args.filter, settings=settings)
client.connect()
...
|
2019-12-18 08:30:39 +01:00 |
dependabot-preview[bot]
|
58caf55f42
|
Bump coveralls from 1.8.2 to 1.9.2
Bumps [coveralls](https://github.com/coveralls-clients/coveralls-python) from 1.8.2 to 1.9.2.
- [Release notes](https://github.com/coveralls-clients/coveralls-python/releases)
- [Changelog](https://github.com/coveralls-clients/coveralls-python/blob/master/CHANGELOG.md)
- [Commits](https://github.com/coveralls-clients/coveralls-python/compare/1.8.2...1.9.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-12-07 16:06:56 +01:00 |
dependabot-preview[bot]
|
4b62b4002c
|
Bump flake8 from 3.7.8 to 3.7.9
Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.7.8 to 3.7.9.
- [Release notes](https://gitlab.com/pycqa/flake8/tags)
- [Commits](https://gitlab.com/pycqa/flake8/compare/3.7.8...3.7.9)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-10-29 08:55:16 +01:00 |
Konstantin Gründger
|
226a8239fa
|
Release v0.9.5
|
2019-09-07 16:26:32 +02:00 |
dependabot-preview[bot]
|
8446140bce
|
Bump coveralls from 1.8.1 to 1.8.2
Bumps [coveralls](https://github.com/coveralls-clients/coveralls-python) from 1.8.1 to 1.8.2.
- [Release notes](https://github.com/coveralls-clients/coveralls-python/releases)
- [Changelog](https://github.com/coveralls-clients/coveralls-python/blob/master/CHANGELOG.md)
- [Commits](https://github.com/coveralls-clients/coveralls-python/compare/1.8.1...1.8.2)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-07-30 08:24:15 +02:00 |
Konstantin Gründger
|
7260245e15
|
Changed telnet parser from fixed size to regex
|
2019-07-20 11:11:19 +02:00 |
dependabot-preview[bot]
|
1892cce7b3
|
Bump flake8 from 3.7.7 to 3.7.8
Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.7.7 to 3.7.8.
- [Release notes](https://gitlab.com/pycqa/flake8/tags)
- [Commits](https://gitlab.com/pycqa/flake8/compare/3.7.7...3.7.8)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-07-09 08:37:34 +02:00 |
Konstantin Gründger
|
2e02015e52
|
Fixed telnet parser (see #18)
|
2019-07-07 12:48:57 +02:00 |
dependabot-preview[bot]
|
f85455cc51
|
Bump coveralls from 1.8.0 to 1.8.1
Bumps [coveralls](https://github.com/coveralls-clients/coveralls-python) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/coveralls-clients/coveralls-python/releases)
- [Changelog](https://github.com/coveralls-clients/coveralls-python/blob/master/CHANGELOG.md)
- [Commits](https://github.com/coveralls-clients/coveralls-python/compare/1.8.0...1.8.1)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-06-18 08:23:28 +02:00 |
Konstantin Gründger
|
2d2a003e8a
|
Release v0.9.4
|
2019-06-10 18:05:31 +02:00 |
Konstantin Gründger
|
342af0a253
|
Add support for capturs (fixes #42)
|
2019-06-08 14:48:42 +02:00 |
Konstantin Gründger
|
37d089acac
|
Bugfix Spider parser (fixes #60)
|
2019-06-08 14:20:19 +02:00 |
Konstantin Gründger
|
b7f51b92f8
|
Added support for OGFLYM beacons (fixes #63)
|
2019-06-08 14:02:18 +02:00 |
Konstantin Gründger
|
706a725305
|
Allow comment in tracker status beacon (fixes #56)
|
2019-06-08 08:03:34 +02:00 |
Konstantin Gründger
|
7682a69fd7
|
Fixed inReach parser
|
2019-06-07 20:50:54 +02:00 |
Konstantin Gründger
|
b8f0028f1e
|
Small changes for inReach parser
|
2019-06-07 20:34:50 +02:00 |
Konstantin Gründger
|
1eae059cf6
|
Fix some flake8 problems
|
2019-06-07 20:08:51 +02:00 |
Konstantin Gründger
|
061d47bb03
|
Reduce flask8 warnings
|
2019-06-07 20:08:51 +02:00 |
dependabot-preview[bot]
|
002d92a42b
|
Bump flake8 from 3.4.1 to 3.7.7
Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.4.1 to 3.7.7.
- [Release notes](https://gitlab.com/pycqa/flake8/tags)
- [Commits](https://gitlab.com/pycqa/flake8/compare/3.4.1...3.7.7)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-06-07 20:07:10 +02:00 |
dependabot-preview[bot]
|
e9d461b8ce
|
Bump coveralls from 1.2 to 1.8.0
Bumps [coveralls](https://github.com/coveralls-clients/coveralls-python) from 1.2 to 1.8.0.
- [Release notes](https://github.com/coveralls-clients/coveralls-python/releases)
- [Changelog](https://github.com/coveralls-clients/coveralls-python/blob/master/CHANGELOG.md)
- [Commits](https://github.com/coveralls-clients/coveralls-python/compare/1.2.0...1.8.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
2019-06-07 20:07:10 +02:00 |
Meisterschueler
|
a07d07be9a
|
Merge pull request #65 from rocketman768/feature/inreach-parse
Add Inreach parser
|
2019-06-07 20:05:59 +02:00 |
Philip Lee
|
d76b7525e6
|
Add a blank line in the test case for CI?
|
2019-06-05 20:17:05 -07:00 |
Philip Lee
|
55e3696a34
|
Add Inreach parser
Based on documentation here...
https://github.com/glidernet/ogn-aprs-protocol/blob/master/aprsmsgs.txt
|
2019-06-05 20:11:59 -07:00 |
Konstantin Gründger
|
37de8673c2
|
Release v0.9.3
|
2019-06-03 23:19:53 +02:00 |
Konstantin Gründger
|
7a577ab9ef
|
Added generic parser for unknown protocol
|
2019-06-03 22:45:31 +02:00 |
Konstantin Gründger
|
dab3ca3ddb
|
Use precompiled regex
|
2019-06-03 22:45:31 +02:00 |
Konstantin Gründger
|
b0bf5c82ee
|
Release v0.9.2
|
2019-05-07 23:27:21 +02:00 |
Meisterschueler
|
4780a08500
|
Merge pull request #62 from glidernet/clementallen_master
Bugfix for #61
|
2019-05-07 22:45:49 +02:00 |
Matt
|
b6659bb216
|
Bugfix for #61
|
2019-05-07 21:20:54 +02:00 |
Konstantin Gründger
|
ae58ad7f0d
|
Fixes #54
|
2018-09-29 23:19:01 +02:00 |
Konstantin Gründger
|
0ec3dc277d
|
Release v0.9.1
|
2018-09-18 19:12:05 +02:00 |
Konstantin Gründger
|
4a2c2429f1
|
Update changelog
|
2018-09-18 19:01:39 +02:00 |
Konstantin Gründger
|
32064f5364
|
Fix SPOT and Tracker parser
|
2018-09-18 19:01:34 +02:00 |