CodeDelphiRAD StudioTech Partner

Learn How to Use The MQTT Protocol in Delphi With This Library

MQTT stands for MQ Telemetry Transport and it is a specification for a publish-subscribe protocol for communication between devices. When we are talking about Lightweight and Efficient, MQTT Protocol is a very good example. MQTT clients are very small, require minimal resources so can be used on small microcontrollers. MQTT message headers are small to optimize network bandwidth. Another…
Read more
CodeDelphiTech Partner

Easily Monitor The Current Windows Process In A Delphi App With Flexible Component Suite

This blog post has shown us how to enumerate the running processes and services. How about monitoring a particular process in your machine? How to identify the list of threads, modules, and handles associated with a particular process programmatically? Don’t know how to do it? Don’t worry. MiTec’s System Information Management Suite’s component helps to do that effectively, and we will…
Read more
CodeDelphiTech Partner

Easily Monitor CPU Usage Effectively From Your Delphi Windows Apps With This Powerful Component Suite

Monitoring CPU usage becomes an essential use case in some of the applications. Don’t know how to monitor the CPU usage in your Delphi Applications? Don’t worry.MiTec’sSystem Information Management Suite’s component helps monitor CPU usage easily, and we will learn how to use the thread TPerfMonThread in this post. Platforms:Windows. Installation…
Read more
C++CodeDelphiTech Partner

Efficient Way To Build Your Own Windows Process Viewer In Delphi With Excellent Component Suite

Sometimes developers want to list down or identify the process running on a machine programmatically. How do enumerate the running processes and services quickly? Don’t know what to do? Don’t worry. MiTec’s System Information Management Suite’s component helps to do that effectively, and we will learn how to use the threads TSysProcMonThread and TSvcListMonThread to demonstrate the…
Read more