48 Commits

Author SHA1 Message Date
Simon Stürz
ff154b7c51 Fix some typos in the debug prints 2025-01-14 16:37:01 +01:00
Simon Stürz
84f717a38c Add wireless network device capabilities 2024-10-18 14:42:51 +02:00
Simon Stürz
74e6335ac5 Update PropertiesChanged signal to work with old and new network-manager instances 2023-12-18 15:15:55 +01:00
Simon Stürz
58c4883e9b Add CheckConnectivity method and verify connectivity on state changed due to missing property changed signal 2023-12-15 16:54:16 +01:00
jerin-omcare
431107c91e Added missing slot for network manger state change event 2023-08-30 22:22:21 +05:30
Michael Zanetti
3f8ef0e66b Fix ipv6.method setting for wired connection options 2023-02-08 17:37:57 +01:00
Benedek Kupper
17de2d6fc1 bluetooth: use qt5 connect syntax
The origin of the mixed use is probably due to existing overloaded methods of error()
The solution is here:
https://stackoverflow.com/questions/16794695/connecting-overloaded-signals-and-slots-in-qt-5
2022-11-15 17:19:54 +01:00
jenkins
c9b925eba6 Merge PR #23: Add support for configuring the wired network 2022-10-25 23:12:08 +02:00
jenkins
5467afac18 Merge PR #22: Enforce CCMP when starting an access point 2022-10-25 23:12:07 +02:00
Michael Zanetti
14cb9d9e97 Make it work with older NetworkManager versions 2022-10-25 23:06:49 +02:00
Michael Zanetti
e1f01118ed Add support for configuring the wired network 2022-10-06 13:37:57 +02:00
Michael Zanetti
22dd55a323 Enforce CCMP when starting an access point 2022-09-23 22:23:55 +02:00
Michael Zanetti
6ec85236b2 Add support for connecting to hidden wifis
Just like with the regular setup, so far only unprotected
and WEP/WPA Personal protected networks are supported.
2022-09-01 13:04:05 +02:00
Michael Zanetti
70047bd349 Handle controller resets better 2022-02-08 22:09:37 +01:00
Michael Zanetti
a8024c8fa4 Configure AP mode to autoconnect so it comes back up after reboot 2021-11-02 17:06:24 +01:00
Michael Zanetti
650bf5f1e4 Add the wireless service UUID to the SDP record
This allows more reliable client side filtering, however comes with
the downside of leaving only 8 characters of space for the device name.
2021-03-27 00:34:15 +01:00
Michael Zanetti
9bc8753f27 Fix an occational crash when an interface has no IP addresses
Fixes: #12
2020-12-12 22:57:12 +01:00
Simon Stürz
999be7b73a Prevent double printing of stop message 2020-11-17 18:08:17 +01:00
Simon Stürz
6cc5735000 Change states for bluetooth server 2020-11-17 15:44:03 +01:00
Simon Stürz
06cc977442 Change sshudown order of bluetooth server and delete the objects later 2020-11-17 12:45:27 +01:00
Simon Stürz
e42764371d Rename company name to nymea 2020-11-17 11:31:02 +01:00
Jenkins nymea
73042564b8 Merge PR #10: Improve AP error handling a bit 2020-06-04 00:49:10 +02:00
Jenkins nymea
bcbb089407 Merge PR #9: Add IP address information 2020-06-04 00:49:10 +02:00
Jenkins nymea
c8268c19f3 Merge PR #8: Fix wrong argument when creating an access point 2020-06-04 00:49:10 +02:00
Michael Zanetti
5963dc7b55 drop debug print 2020-06-03 13:06:18 +02:00
Michael Zanetti
09630729cb Add wifi mode property 2020-05-04 16:02:03 +02:00
Michael Zanetti
e42b55c6b0 Improve AP error handling a bit 2020-04-30 18:11:31 +02:00
Michael Zanetti
4a6df2b93c Add IP address information 2020-04-27 10:26:22 +02:00
Michael Zanetti
93e0027334 Fix wrong argument when creating an access point 2020-04-24 23:12:08 +02:00
Michael Zanetti
b1345229e7 Remove misleading return value, now that the method is async 2020-03-21 00:48:23 +01:00
Jenkins nymea
473e71a3f0 Merge PR #5: Reinitialize nm if the initial properties cannot be loaded during start 2020-02-23 23:38:16 +01:00
Michael Zanetti
41ff0224ee Update copyright 2020-01-23 11:01:40 +01:00
Simon Stürz
43f64af331 Reinitialize if the initial properties cannot be loaded during start of networkmanager 2020-01-23 09:26:43 +01:00
Jenkins nymea
bc181b9738 Merge PR #4: Fix wireless protected flag and add open network connection support 2019-11-27 17:26:09 +01:00
Simon Stürz
75031f794a Implement missing method 2019-11-27 17:21:40 +01:00
Simon Stürz
8418de15a4 Fix conflict with other branch 2019-11-19 13:25:30 +01:00
Simon Stürz
f38c47d039 Fix wireless protected flag and add open network connection support 2019-11-19 13:19:17 +01:00
Simon Stürz
f7fc097c2e Set wireless accesspoint to WPA2 and set reconnect forever 2019-11-06 09:08:22 +01:00
Simon Stürz
5f0cd6aefa Add wireless accesspoint mode for backwards compatibility 2019-10-09 09:48:07 +02:00
Simon Stürz
80452061e3 Add basic documentation structure 2019-10-09 09:48:07 +02:00
Simon Stürz
58fd8466f7 Fix bluetooth server initialisation and add auto serialnumber and auto devicename mechanism 2019-10-09 09:48:07 +02:00
Simon Stürz
95e5cb549c Implement missing methods for bluetooth server 2019-10-09 09:48:07 +02:00
Simon Stürz
b93069608e Update license header 2019-10-09 09:48:07 +02:00
Simon Stürz
1788716a4d Add bluetooth basics 2019-10-09 09:48:07 +02:00
Simon Stürz
8098c1de96 Update pkgconfig and include dir path 2019-09-16 16:36:18 +02:00
Simon Stürz
6baae39719 Update to the latest nymea-networkmanager status 2019-09-03 15:39:34 +02:00
Simon Stürz
93b119c5ea Add pkg config and version string parsing 2019-09-03 12:34:14 +02:00
Simon Stürz
c5f17f726b Initial commit 2018-06-13 17:26:50 +02:00