develooper1994 / udpmanager

Get data from main thread and listen from another thread without blocking the main application with 2 socket

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

udpmanager

  • Description: udpmanager is a meticulously crafted process management library, named Commander, designed to be user-friendly and easy to use. It is specifically tailored for my projects and utilizes the power of Qt6. The library empowers developers with intuitive process management capabilities, enabling efficient handling and control of processes in their applications.

  • Technologies used: C++, Qt6

  • QUdpSocket

  • You have 2 socket.

  • Sender socket sends data from main thread

  • Receiver listen from another thread that hidden from programmer.

  • Easy to use class.

IMPORTANT NOTE!

You have to define and change the source code for your needs!

About

Get data from main thread and listen from another thread without blocking the main application with 2 socket

License:GNU Lesser General Public License v2.1


Languages

Language:C++ 87.2%Language:CMake 5.9%Language:Python 4.0%Language:C 2.9%