Commit Graph

28 Commits (develop)

Author SHA1 Message Date
as3ii f88f5fe2a3
Increased max line length to 120, reformatted everything
In practice, in this commit I've increased from 100 to 120 the maximum
allowed line length for python files and re-run ruff's formatter.
2026-01-10 19:11:26 +01:00
as3ii 6f7288335f
Switched from editing `sys.path` to proper PEP8 imports
See: https://peps.python.org/pep-0008/#imports

Here absolute imports have been used to avoid the error
`ImportError: attempted relative import with no known parent package`.
2025-11-13 19:49:38 +01:00
as3ii 66b2c6bf4e
Run `ruff format`
This applies mostly the same rules that `black` used.

This commit should not have introduced any logical or functional
changes, only fixing style consistency
2025-11-13 15:53:43 +01:00
DJ2LS dfde101d2d possible fix for #980 2025-08-31 09:35:19 +02:00
DJ2LS 6cfcbb6002 adjusted radio manager 2025-06-01 17:08:20 +02:00
DJ2LS e5208cffff adjustments to modem tests - still not working yet. but we have first benefits of new modem structure 2025-05-19 08:54:24 +02:00
DJ2LS feaaa699e8 adjustment to server soft restart 2025-05-15 09:12:49 +02:00
DJ2LS 4e458110de more work 2025-04-29 13:01:16 +02:00
DJ2LS 653afee648 first commit containing introduction of context object 2025-04-28 21:43:29 +02:00
DJ2LS ccf22dde2e
Merge branch 'develop' into dev-connected-mode 2025-03-17 11:38:11 +01:00
DJ2LS f40c021a43 more docstrings 2025-03-12 13:07:51 +01:00
DJ2LS d8ec3f3438 radio manager now sending PTT ON OFF - next step: fixing instance of socket interface manager for data. 2025-02-22 14:28:56 +01:00
DJ2LS 4ce9a3ffc5 fixing startup order 2025-01-22 09:25:03 +01:00
DJ2LS 93b4e74dd9 adjustments to handling socket interface instance 2025-01-22 09:12:19 +01:00
DJ2LS d4c51ba59a added socket endpoint to command dispatcher for receivind side 2025-01-21 13:38:27 +01:00
DJ2LS 8732aad4b0 fixed tests 2024-07-31 19:25:15 +02:00
DJ2LS 0dee820005 adjusted server shutdown 2024-07-31 18:51:00 +02:00
DJ2LS cc7ae364f2 check if manager is available #749 2024-07-27 07:23:23 +02:00
DJ2LS d9e4ca3f1e improved logging 2024-07-20 20:15:11 +02:00
DJ2LS 64a07b20ab added queue timeouts 2024-07-19 12:15:38 +02:00
DJ2LS 28c9f824d1 added queue timeouts 2024-07-19 11:37:13 +02:00
DJ2LS 8652ee1fc2 attempt adjusting stuck ptt 2024-06-08 16:17:39 +02:00
DJ2LS c9685e3ee1 timeout for thread.join 2024-05-20 18:42:11 +02:00
DJ2LS 84fc2da619 more shutdown debugging 2024-05-19 10:54:16 +02:00
DJ2LS 1412bb8e81 adjusted shutdown 2024-05-16 16:49:22 +02:00
DJ2LS 3619f21e3c disabled qam, changed threading to daemon=False 2024-04-21 14:18:45 +02:00
DJ2LS acb5b03d51 more clean server shutdown 2024-04-21 13:24:04 +02:00
DJ2LS d5097b8b94 another folder renaming 2024-04-18 11:04:25 +02:00