Anton Tananaev
c5f56b4cb2
Fix Wialon 2.0 UDP decoding
2024-09-06 06:43:58 -07:00
Anton Tananaev
c1d6ef7dcb
Change Wialon checksum type
2024-09-01 14:30:38 -07:00
Anton Tananaev
55c1a8a061
Handle LynkworldLW heartbeat
2024-08-31 15:01:33 -07:00
Anton Tananaev
08ca21d742
Improve calendar periods
2024-08-30 16:37:35 -07:00
Anton Tananaev
3f436dea1b
Handle multiple Minifinder alarms
2024-08-29 16:13:24 -07:00
Anton Tananaev
5723de36c7
Support multiple position alarms
2024-08-29 16:09:32 -07:00
Anton Tananaev
88102768fa
Remove unused imports
2024-08-29 15:08:31 -07:00
Anton Tananaev
3eb82d42ab
Fix warning
2024-08-29 15:05:25 -07:00
Anton Tananaev
8b81358f84
Create add alarm position method
2024-08-29 15:04:23 -07:00
Anton Tananaev
f3388976b4
Support GL50B Lite LBS messages
2024-08-29 06:28:12 -07:00
Anton Tananaev
333952a82c
Handle T711L negative tag temperature
2024-08-28 09:39:14 -07:00
Anton Tananaev
c93fd2e3d9
Fix GSM towers for LTE decoding ( fix #5393 )
2024-08-27 15:40:07 -07:00
Anton Tananaev
01447a565c
Merge pull request #5396 from jcardus/wifi-on-aovx
...
aovx implement wifi
2024-08-25 14:01:45 -07:00
jcardus
526f894540
simpler access point parser
2024-08-25 21:57:00 +01:00
jcardus
61d2f65c41
set network only once
2024-08-25 21:35:02 +01:00
jcardus
b93443eb44
reuse network
2024-08-25 21:04:39 +01:00
jcardus
9118dbce4c
aovx implement wifi
2024-08-25 19:23:42 +01:00
Anton Tananaev
cf798db951
Merge pull request #5395 from jcardus/temperature-on-aovx
...
Implement temperature on aovx
2024-08-24 17:07:50 -07:00
jcardus
061de85979
just one test
2024-08-25 01:06:19 +01:00
jcardus
4d48c0849c
negative temperature test case
2024-08-25 00:55:33 +01:00
jcardus
ebf0eb1f77
support negative temperature
2024-08-24 22:55:53 +01:00
jcardus
55aad8a983
check flag for light
2024-08-24 22:50:20 +01:00
Anton Tananaev
d9a90e03ae
Fix JT808 negative temperature
2024-08-24 13:02:09 -07:00
jcardus
17d0f96c65
Implement temperature on aovx
2024-08-24 02:33:54 +01:00
Anton Tananaev
fb4d74479f
Option to use linked driver
2024-08-23 07:13:21 -07:00
Anton Tananaev
67cdc62afe
No response for IWAP14
2024-08-21 07:09:10 -07:00
Anton Tananaev
75644c50f9
Add JT808 temperature support
2024-08-20 21:41:06 -07:00
Anton Tananaev
d15aa83fd3
Improve gv200 ERI parsing
2024-08-18 08:02:21 -07:00
Anton Tananaev
6004427f6c
Improve Farnear support
2024-08-13 20:38:59 -07:00
Anton Tananaev
237cd5d45f
Add Wialon forwarding option
2024-08-10 07:29:14 -07:00
Anton Tananaev
c8737bf47f
Shared executor service
2024-08-10 07:22:51 -07:00
Anton Tananaev
ce27849819
Merge pull request #5379 from frederictobiasc/fix/tlt2h-udp
...
tlt2h: Fix handling UDP
2024-08-09 11:49:19 -07:00
Frédéric Christ
63a7b6113d
tlt2h: Fix UDP
...
Before this change, the tlt2h decoder did not correctly detect the end
of the datagram, leading to an additional empty position returned in
positions. Since wifi networks are not cached, this resulted in networks
being never showed in the `details` view of a device. This was initially
reported in https://github.com/traccar/traccar/pull/5344#issuecomment-2266344264
2024-08-09 20:41:21 +02:00
Anton Tananaev
b1791569e7
Change logs to debug
2024-08-09 09:34:04 -07:00
Anton Tananaev
5b793d7cc2
Update submodule commit
2024-08-09 09:25:26 -07:00
Anton Tananaev
5c8ab576e1
Update version number
2024-08-09 09:21:31 -07:00
Anton Tananaev
8d5727c5fe
Add RST test case
2024-08-09 09:06:21 -07:00
Anton Tananaev
aec1c8c7bb
Merge pull request #5380 from riccefarias/patch-1
...
Fix RST V10.02 firmware version compatibility
2024-08-09 09:05:12 -07:00
Angelo Farias
a5ace5744e
Fix V10.02 firmware version compatibility
...
adjustes firmware regex length to allow reading most recent firmwares.
2024-08-09 11:56:12 -03:00
Anton Tananaev
e1c750fe71
Decouple exception handling
2024-08-08 18:50:05 -07:00
Anton Tananaev
a48eaeb384
Use concurrent hash maps
2024-08-08 11:31:32 -07:00
Anton Tananaev
2516088aa5
Remove unused import
2024-08-08 07:37:02 -07:00
Anton Tananaev
c0cb5bcb96
Retain cache for position processing
2024-08-08 07:32:42 -07:00
Anton Tananaev
38cba6d8a2
Fix cache reference counting
2024-08-07 16:08:52 -07:00
Anton Tananaev
4bd6724158
Only add if no existing session
2024-08-06 12:14:16 -07:00
Anton Tananaev
66ff2064b2
Log device reference counts
2024-08-06 12:12:53 -07:00
Anton Tananaev
654f1b268f
Revert "Downgrade Netty version"
...
This reverts commit 97db266cb9
.
2024-08-06 11:56:30 -07:00
Anton Tananaev
97db266cb9
Downgrade Netty version
2024-08-05 20:15:15 -07:00
Anton Tananaev
43b876dec7
Model dependent motion decoding
2024-08-05 20:03:46 -07:00
Anton Tananaev
d571995d10
Add DSF22 test case
2024-08-05 07:51:38 -07:00