Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 671 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 671 Bytes

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!