ok, so you want a server to fork the data. Networking's not really my thing, but I don't see where are the threads come in. You'll just be reading data from your device socket, and then posting it on multiple sockets for your other apps.
ok, so you want a server to fork the data. Networking's not really my thing, but I don't see where are the threads come in. You'll just be reading data from your device socket, and then posting it on multiple sockets for your other apps.
If you have a problem, CUT and PASTE your code. Do not retype or simplify it. Give a COMPLETE and COMPILABLE example of your problem. Otherwise we are all guessing the problem from a fabrication where relevant details are often missing.
use sockets/networking classes in Qt. It is a well-trodden path, and it won't need any 'funny business' searching for zombie/daemon/headless threads
If you have a problem, CUT and PASTE your code. Do not retype or simplify it. Give a COMPLETE and COMPILABLE example of your problem. Otherwise we are all guessing the problem from a fabrication where relevant details are often missing.
Bookmarks