zbeacon
|
2bccddea1d
|
Updated copyright
|
2022-01-10 14:04:34 +02:00 |
|
zbeacon
|
5bdf668806
|
Refactored configuration wizard
|
2022-01-04 14:04:32 +02:00 |
|
zbeacon
|
47b06a2908
|
Merge branch 'master' of https://github.com/thingsboard/thingsboard-gateway into feature/grpc-api
|
2022-01-04 12:48:51 +02:00 |
|
zbeacon
|
01321d5056
|
Changed method for deliviring renamed device and deleted device notification from shared attributes update to RPC
|
2021-12-30 11:41:41 +02:00 |
|
zbeacon
|
9901d6c1b5
|
Added RPC reply processing for GRPC API
|
2021-12-29 13:07:33 +02:00 |
|
zbeacon
|
d25e746ba0
|
Merge branch 'master' of https://github.com/thingsboard/thingsboard-gateway into feature/grpc-api
|
2021-12-29 11:21:58 +02:00 |
|
zbeacon
|
72f8f10f01
|
Added handling for device renaming/removing on ThingsBoard
|
2021-12-17 15:24:16 +02:00 |
|
zbeacon
|
a7f99c0b9e
|
Refactored shared attributes processing
|
2021-12-16 10:00:23 +02:00 |
|
zbeacon
|
66dbd12f68
|
Improved sending data in packs to TB
|
2021-12-13 16:04:24 +02:00 |
|
zbeacon
|
c55927c0e7
|
Added statistics collecting in GRPC connector
|
2021-12-09 14:32:48 +02:00 |
|
zbeacon
|
dec13f723e
|
Changed processing from stream-stream model to unary-unary in order to improve performance, like it is described in Best GRPC practics for Python
|
2021-12-08 11:15:58 +02:00 |
|
zbeacon
|
c9092d7f92
|
Added connected devices constant
|
2021-12-07 13:17:16 +02:00 |
|
zbeacon
|
5314f153eb
|
Merge branch 'master' of https://github.com/thingsboard/thingsboard-gateway into feature/grpc-api
|
2021-12-06 14:12:28 +02:00 |
|
zbeacon
|
8492130a0c
|
Moved connected device filename to constants
|
2021-12-06 14:09:52 +02:00 |
|
zbeacon
|
8c02b07a09
|
returned accidentaly removed dictionary for connected devices on initialization
|
2021-12-06 14:02:24 +02:00 |
|
zbeacon
|
5545f9f953
|
Merge branch 'master' of https://github.com/thingsboard/thingsboard-gateway into feature/grpc-api
|
2021-12-06 13:58:16 +02:00 |
|
zbeacon
|
647de03c01
|
Added processing for more messages in during GRPC session
|
2021-12-06 13:56:03 +02:00 |
|
zbeacon
|
0233980065
|
Added processiong for GRPC connector (PostTelemetryRequest and PostAttributesRequest)
|
2021-12-01 16:09:28 +02:00 |
|
zbeacon
|
9affaab677
|
Added convertors for GRPC and processing for connect message from connector
|
2021-11-30 15:40:29 +02:00 |
|
zbeacon
|
e9f5950f43
|
Fix for saving and loading for persistent devices with device type
|
2021-11-30 15:24:25 +02:00 |
|
zbeacon
|
eb86e2598f
|
Added registration/unregistration processing
|
2021-11-29 15:07:28 +02:00 |
|
zbeacon
|
e15e11049c
|
Added connector registration processing and condiguration send logic
|
2021-11-25 16:03:16 +02:00 |
|
zbeacon
|
884305d803
|
Improvements
|
2021-11-24 14:47:34 +02:00 |
|
zbeacon
|
e584e92dda
|
Init for GRPC API
|
2021-11-24 14:11:08 +02:00 |
|
zbeacon
|
26e7299047
|
Removed redundant if #634
|
2021-11-18 14:23:54 +02:00 |
|
zbeacon
|
ccb0faf174
|
Fix for processing invalid data
|
2021-11-15 08:50:27 +02:00 |
|
samson0v
|
d7d56dc8c9
|
Fixed high load CPU usage by connectors
|
2021-11-02 11:35:38 +02:00 |
|
samson0v
|
83ef704f75
|
Fixed higt load CPU usage
|
2021-11-01 17:08:23 +02:00 |
|
zbeacon
|
bf859d1626
|
Removed breaking log and updated format for logging messages. Contains fix for #607
|
2021-10-28 08:28:11 +03:00 |
|
zbeacon
|
95112f9422
|
Added lock for converter workers and for general message processing in order to avoid duplicating of message processing
|
2021-10-27 18:50:57 +03:00 |
|
igloodan
|
f4063baa8b
|
remove redundant tls_insecure_set() call
|
2021-10-22 12:21:26 +00:00 |
|
zbeacon
|
1dca7a2654
|
Fix for certificate loading. Thanks @igloodan
|
2021-10-22 10:23:36 +03:00 |
|
samson0v
|
889271703e
|
Added delay time for sending data packs
|
2021-10-13 11:52:18 +03:00 |
|
samson0v
|
d6a3f3d7c0
|
Fixed Gateway reconnection to TB
|
2021-10-13 10:46:29 +03:00 |
|
zbeacon
|
758db25a9c
|
Added ability to configure parameter maxPayloadSizeBytes in order to limit size from the gateway to ThingsBoard
|
2021-09-30 12:35:53 +03:00 |
|
zbeacon
|
e75abde701
|
Fix for checking size of outgoing message
|
2021-09-30 12:27:56 +03:00 |
|
samson0v
|
a5160eaad3
|
Renamed sqlite storage file
|
2021-09-29 19:37:29 +03:00 |
|
samson0v
|
5b021029a2
|
Fixed sqlite storage
|
2021-09-28 16:22:49 +03:00 |
|
Vitalii
|
daa865d644
|
Merge branch 'thingsboard:feature/sql-lite-storage' into feature/sql-lite-storage
|
2021-09-28 15:49:04 +03:00 |
|
samson0v
|
f926a23e2c
|
Refactored sqlite storage
|
2021-09-28 15:36:46 +03:00 |
|
zbeacon
|
b400ef44f0
|
Particular fix for merge
|
2021-09-27 10:57:30 +03:00 |
|
samson0v
|
435413cbac
|
Added SQLite storage
|
2021-09-23 13:27:40 +03:00 |
|
samson0v
|
ff536dde20
|
Fixed font and color for the configuration wizard
|
2021-09-22 14:07:57 +03:00 |
|
zbeacon
|
7d755c1fb3
|
Applied autoformat
|
2021-09-07 15:37:33 +03:00 |
|
zbeacon
|
64c3cfbfea
|
Moved saving data to storage to separated thread
|
2021-09-06 16:26:11 +03:00 |
|
zbeacon
|
85a3184c70
|
Refactoring
|
2021-08-31 17:39:05 +03:00 |
|
zbeacon
|
6f093b720e
|
Changed font for configuration wizard
|
2021-08-31 17:18:34 +03:00 |
|
zbeacon
|
e76186c4e4
|
Moved call for main function
|
2021-08-31 16:55:07 +03:00 |
|
samson0v
|
f6acad46de
|
Fixed config file path resolving
|
2021-08-31 16:43:28 +03:00 |
|
samson0v
|
8af801df91
|
Added default values
|
2021-08-31 16:26:08 +03:00 |
|