C++DelphiTech Partner

Quickly Create Fast Peer-To-Peer Communication Between Windows Processes

One of the powerful peer-to-peer communication solutions for Delphi and C++ Builder developers is called IPWorks IPC. It is a suite of components for inter-process communications (IPC) through Named Pipes. The component set combines client, server, and remote execution components facilitating straightforward peer-to-peer communications between related or unrelated processes. With the IPWorks…
Read more
C++CodeDelphiTech Partner

Robust Component Suite To Quickly Detect Installed Security Software In Windows

Developers may need to detect the installed Security Software of different types such as Antivirus, AntiSpyWare, and Firewall Software programmatically? How to do that? Struck with where to start? Don’t Worry. MiTec’sSystem Information Management Suite’s component helps to identify easily, and we will learn how to use the TMiTeC_Security component in the blog…
Read more
CodeDelphiTech Partner

Ultimate Component Suite To Easily Detect The Network Adapters In Your Windows Apps

Do you need to access Network Adapter information from your Delphi applications? Detecting the available network adapters information is no longer a challenging task. MiTec’sSystem Information Management Suite’s component helps to detect the network adapters easily, and we will learn how to use TMiTeC_Network and TMiTeC_TCPIP components in this blog…
Read more
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