Konstantin Gründger
539562c708
Sync receiver regex patter with ogn_client-ruby
2017-05-07 12:14:32 +02:00
Konstantin Gründger
00eaffd2aa
Protocol parts not available will set to None instead of 0.0
2017-05-07 11:47:58 +02:00
Konstantin Gründger
5465f23c83
„heared aircrafts“ not supported yet
2017-05-07 11:37:39 +02:00
Konstantin Gründger
c3742b874c
Added tests for 0.2.6
...
no message
2017-05-07 11:34:11 +02:00
Fabian P. Schmidt
7565de6c16
Release v0.6.0
2016-10-21 22:11:40 +02:00
Fabian P. Schmidt
b05de4ee69
Merge pull request #17 from kerel-fs/feature/py35
...
CI: Enable tests for Python version 3.5
2016-10-21 21:55:26 +02:00
Fabian P. Schmidt
74e32267eb
CI: Enable tests for Python version 3.5
2016-10-21 21:52:34 +02:00
Fabian P. Schmidt
6a2282c28d
Merge pull request #16 from kerel-fs/fix/test_v025
...
parser/test_v025: Add missing reference_date
2016-10-17 00:56:09 +02:00
Fabian P. Schmidt
305f4c1602
Update Changelog
2016-10-17 00:51:14 +02:00
Fabian P. Schmidt
56caf6fed3
parser/test_v025: Add missing reference_date
2016-10-17 00:48:46 +02:00
Fabian P. Schmidt
e3de256060
Merge pull request #15 from Meisterschueler/feature/+protocol_0.2.5
...
Implemented new receiver protocol for 0.2.5
2016-10-17 00:34:16 +02:00
Konstantin Gründger
43f2f344f5
Renaming signal_strength -> signal_quality, power -> signal_power
2016-10-13 19:34:34 +02:00
Konstantin Gründger
0deec409af
Test voltage and amperage
2016-10-10 22:57:51 +02:00
Konstantin Gründger
81758975f8
Removed debug code
2016-10-10 19:29:03 +02:00
Konstantin Gründger
b5b85d7e1b
Added "power", "voltage" and "amperage"
2016-10-10 19:26:46 +02:00
Konstantin Gründger
d33cd5b7b9
Bugfix
2016-10-09 22:27:44 +02:00
Konstantin Gründger
6e2c59594f
Adopt naming from ruby-client_ogn
2016-10-09 22:01:06 +02:00
Konstantin Gründger
5bcd04fe20
Implemented new receiver protocol for 0.2.5
...
Update for 0.2.5 protocol
2016-10-07 22:27:24 +02:00
Fabian P. Schmidt
13adb3efed
Release v0.5.0
2016-09-29 18:42:26 +02:00
Fabian P. Schmidt
8a6a0d1985
Merge pull request #13 from Meisterschueler/reference_datetime
...
Split reference_datetime to reference_date and reference_time
2016-09-29 17:28:25 +02:00
Fabian P. Schmidt
d8677f83fe
README: Fix example code
2016-09-29 15:57:01 +02:00
Fabian P. Schmidt
6d8540b0a0
Update Changelog
2016-09-29 15:54:23 +02:00
Konstantin Gründger
1b485e7629
Split reference_datetime to reference_date and reference_time
2016-09-28 11:08:44 +02:00
Fabian P. Schmidt
a0c4d8ea8e
Changelog: Add issue reference
2016-09-01 14:11:25 +02:00
Fabian P. Schmidt
a20be37f9b
Merge pull request #11 from kerel-fs/fix/parser
...
Add aprs position enhancement before the sign adjustment
2016-09-01 14:02:53 +02:00
Fabian P. Schmidt
d48b360141
Add aprs position enhancement before the sign adjustment
...
Patch provided by shortjonescipher.
Fixes #7 .
2016-09-01 13:58:56 +02:00
Fabian P. Schmidt
9adbe68082
Merge pull request #10 from kerel-fs/fix/relaxed-aprs-dstcall
...
Fix/relaxed aprs dstcall
2016-09-01 11:45:10 +02:00
Fabian P. Schmidt
36641584ae
README: Remove newlines in code listing
2016-09-01 11:41:40 +02:00
Fabian P. Schmidt
e564fa48d1
Update Changelog
2016-09-01 11:41:40 +02:00
Heikki Hannikainen
de99c3b052
Relax APRS packet parser pattern to allow other destination calls than APRS
...
APRS spec allows any callsign-like string, and it is widely used to signal
which software or device generated the packet.
For OGN use, I would recommend using OGN-specific destination callsigns,
maybe software/tracker-specific OGN-prefixed calls. APRS tocall
index is found here, AP-prefixed tocalls are used for APRS devices.
https://github.com/hessu/aprs-deviceid/blob/master/tocalls.yaml
Fixes #9 .
2016-09-01 11:28:46 +02:00
Fabian P. Schmidt
58cceb9aa2
Release v0.4.0
2016-03-29 15:24:09 +02:00
Fabian P. Schmidt
af3614ec5e
setup.py: Fix package list
2016-03-29 15:24:09 +02:00
Fabian P. Schmidt
9034e44442
README: Add PyPi badge
2016-03-29 14:08:22 +02:00
Meisterschueler
9053ba792a
Merge pull request #5 from kerel-fs/feature/+ddb
...
Add submodule ddb
2016-03-29 13:10:24 +02:00
Fabian P. Schmidt
763826953a
Add submodule ddb
2016-03-29 12:02:00 +02:00
Meisterschueler
4f66218ef7
Merge pull request #4 from kerel-fs/feature/+timed_callback
...
client: Add timed callback
2016-03-29 10:37:28 +02:00
Fabian P. Schmidt
fd53e6a3df
client: Add timed callback
...
A timed callback allows the modification of server-side filters
during runtime (the client instance provided as callback argument
includes the socket and its send function).
Since sock_file.readline() is blocking, a secure scheduling can't
be guaranteed but is likely due to regular server-sent status messages.
2016-03-25 19:11:14 +01:00
Fabian P. Schmidt
03cb921e51
tests: Skip failing test test_50_live_messages
...
Test fails because of new messages from receiver version 0.2.5.
Skip it until 0.2.5 is a stable release.
see issue #1
2016-03-25 19:07:09 +01:00
Fabian P. Schmidt
be181f4791
Release v0.3.0
2016-03-18 21:57:26 +01:00
Fabian P. Schmidt
82973ef00b
Update CHANGELOG
2016-03-18 21:40:27 +01:00
Fabian P. Schmidt
5be4f45e8d
README: Update coveralls.io badge url
2016-03-18 21:27:42 +01:00
Fabian P. Schmidt
13613a9ae6
Merge pull request #3 from glidernet/prepare/release
...
Prepare release
2016-03-18 21:14:43 +01:00
Fabian P. Schmidt
9a01a752c8
Make ogn an implicit namespace package
2016-03-18 14:51:09 +01:00
Fabian P. Schmidt
b9201e9169
Remove python prefix of the package name
2016-03-18 14:24:40 +01:00
Meisterschueler
ea0a01508d
Merge pull request #2 from glidernet/fix/createTimestamp
...
parser: Accept delayed packets and reconstruct timestamp
2016-03-09 12:35:07 +01:00
Fabian P. Schmidt
0569956866
parser: Accept delayed packets and reconstruct timestamp
...
Packets less than 12 hours old or until 30min from future are accepted,
effects of midnight-rollover gets corrected.
Fixes glidernet/ogn-python#31
2016-03-09 12:05:12 +01:00
Fabian P. Schmidt
091d0e3cdd
tests: Add more test cases for createTimestamp
2016-03-09 12:02:03 +01:00
Fabian P. Schmidt
220e28e9d6
tests: Change test module name to match the name of the tested module
2016-03-08 02:55:28 +01:00
Fabian P. Schmidt
c5afd3a0ca
README: Update examples
2016-03-08 02:46:12 +01:00
Fabian P. Schmidt
fea939e28f
tests: Call parse functions with 50 live received beacons
2016-03-08 02:46:11 +01:00