19 Commits

Author SHA1 Message Date
Simon Stürz
c36a138f07 Update license text and add SPDX identifier 2025-12-02 09:48:35 +01:00
Simon Stürz
06e8457744 Fix duplicated server uuid and update debug operators 2023-08-04 09:59:30 +02:00
Simon Stürz
1c57db04f3 Make TCP default connection for clients 2022-03-09 17:33:57 +01:00
Simon Stürz
45b1d4400f Update versioning and minor fixes 2022-03-09 16:38:24 +01:00
Simon Stürz
accb6ec166 Introduce ping for keeping the connection alive 2022-02-03 10:28:13 +01:00
Simon Stürz
97514a9504 Fix multiple remoe connected changed signals even if not changed 2021-12-20 15:43:15 +01:00
Simon Stürz
32c33ec23f Fix reconnect to tunnel proxy and improve framing 2021-12-20 13:50:31 +01:00
Michael Zanetti
7235a132b7 Drop redundant api which also wasn't working
The issue was that stateChanged() was emitted, and only after that m_remoteConnected being set to true.
This resulted in nymea-app to try and send the Hello call right on the connected and the proxy lib would
bail out saying that the remote is not connected yet.

I started to fix it, but realized that state already has StateRemoteConnected, so this is really
just a duplicate without any additional value.
2021-12-17 17:54:01 +01:00
Simon Stürz
99bf634990 Add state method for remote connection class 2021-08-16 12:17:06 +02:00
Simon Stürz
b8079cad41 Add state method for remote connection class 2021-08-16 12:15:57 +02:00
Simon Stürz
23462e194e Add tunnel proxy statistics and fix typo 2021-08-16 07:41:54 +02:00
Simon Stürz
6c355b4c43 Update clients for tcp 2021-08-12 13:57:35 +02:00
Simon Stürz
3eb247e652 Fix client test applications and implement tunnel client utils 2021-08-12 10:27:28 +02:00
Simon Stürz
6d4ff26481 Fix common include and libnymea-remoteproxyclient dev package 2021-08-05 16:38:29 +02:00
Simon Stürz
f4b5fba91d Work on ssl socket fixes 2021-08-05 15:52:03 +02:00
Simon Stürz
b9ebc345a5 Finish and test first working tunnel proxy connection 2021-08-04 13:05:37 +02:00
Simon Stürz
30d6a9dd43 First working connection mechanism for tunnel proxy 2021-08-03 19:52:00 +02:00
Simon Stürz
8f9bdcce13 Start implementing client library tunnel classes 2021-07-30 18:35:54 +02:00
Simon Stürz
f0cdb2706b Prepare client library for tunnel proxy 2021-07-30 13:12:42 +02:00