Commit Graph

14 Commits (f522b46fa8ef008bc6570ad6d75ed0726d42e97c)

Author SHA1 Message Date
as3ii 4a458730ea
Removed unused imports
Ruff's rule F401
2025-11-13 20:12:55 +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 be9999efb3 announce arq session 2025-05-02 15:47:06 +02:00
DJ2LS 2d8fedb4d0 more p2p adjustments 2025-05-02 14:10:03 +02:00
DJ2LS 363520cac5 fixes to p2pcon 2025-05-01 21:42:32 +02:00
DJ2LS 37fb052103 more work 2025-04-29 12:02:57 +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 cade99739f fixing callsign exchange 2025-02-22 17:24:43 +01:00
DJ2LS 351e5f8408 test related work in progress - still improving automated testing. Whats working for now is catching command socket for IRS and ISS. Pushing data on ISS side to data socket is working as well. But we are still trying to get data on IRS. 2025-02-12 10:38:38 +01:00
DJ2LS c919df71c7 adjustments to command handling 2025-02-11 08:41:01 +01:00
DJ2LS d4c51ba59a added socket endpoint to command dispatcher for receivind side 2025-01-21 13:38:27 +01:00
DJ2LS d5097b8b94 another folder renaming 2024-04-18 11:04:25 +02:00