Commit graph

14 commits

Author SHA1 Message Date
Nonoo 3a1b74ce2d Close the TCP serial server client connection when there's an error 2020-11-08 16:57:22 +01:00
Nonoo f64d9018f6 Add missing serial TCP server client deinit handling 2020-11-08 16:46:05 +01:00
Nonoo e4156fbb89 Remove unneeded call 2020-11-06 09:06:44 +01:00
Nonoo 7d2d23fa6a Make an incoming new TCP serial port connection overwrite the previous one 2020-11-05 23:59:39 +01:00
Nonoo 4016134e63 Fix hang on quit with q hotkey 2020-11-03 22:26:34 +01:00
Nonoo 38f73f6018 Auto restart executed commands 2020-11-03 14:08:14 +01:00
Nonoo c98f1bd7a8 Fix hanging exec cmd instances, rework exec cmdline args 2020-11-03 10:42:38 +01:00
Nonoo 12e146db30 Auto rerun command if the TCP serial port client disconnects 2020-11-01 16:08:34 +01:00
Nonoo aec56875f2 Fix deinit hang 2020-10-28 22:40:35 +01:00
Nonoo 9c8e356a21 Init virtual sound card, serial port and serial port TCP server only once
We init only once with the first device name we acquire, so apps using these
interfaces won't have issues with the interface going down while the app is
running.
2020-10-28 22:32:45 +01:00
Nonoo cac084b67f Fix byte array send over channel 2020-10-28 22:15:54 +01:00
Nonoo d2efa14e9c Move log into the main package 2020-10-26 09:09:30 +01:00
Nonoo 0e881d6f32 Fix deinit if init not ran yet 2020-10-25 16:50:37 +01:00
Nonoo f6c7a7595a Add TCP server for rigctl 2020-10-25 16:15:39 +01:00