mkfifo test prototype

First partially working prototype for testing the full tnc with mkfifo named pipes.
This commit is contained in:
DJ2LS 2022-05-04 16:39:39 +02:00 committed by Paul Kronenwetter
parent 38f468adce
commit f58bc10b89

View file

@ -244,6 +244,10 @@ class RF:
)
mkfifo_read_callback_thread.start()
mkfifo_read_callback_thread = threading.Thread(target=self.mkfifo_read_callback, name="MKFIFO READ CALLBACK THREAD",daemon=True)
mkfifo_read_callback_thread.start()
# --------------------------------------------INIT AND OPEN HAMLIB
# Check how we want to control the radio
if static.HAMLIB_RADIOCONTROL == "direct":