Industrial Direct Communications for Delphi® (IDC4Delphi) is an open-source initiative, part of the IoTBench project, aiming to bridge the gap between automation engineers and software developers. By providing a comprehensive set of tools and components, IDC4Delphi empowers the Industrial Internet of Things (IIoT) ecosystem to scale faster and more efficiently.
- Table of Contents
- About
- Features
- Supported Protocols
- Installation
- Usage
- Logos and Trademarks
- Contributing
- License
IDC4Delphi offers a collection of tools and libraries that make it easier for both software developers and automation engineers to work together by facilitating seamless communication with industrial hardware and protocols. By using IDC4Delphi, developers can focus more on building automation solutions without worrying about the low-level details of protocol implementation.
- Cross-Protocol Support: IDC4Delphi supports a wide range of industrial protocols, including Modbus, KNX, MQTT, and more.
- Multithreaded Processing: Utilize multithreading capabilities to handle multiple devices and processes concurrently.
- Easy-to-Use Components: Provides ready-made Delphi components that simplify IIoT development.
- Fully Standalone Components: IDC4Delphi components are completely standalone and do not require any third-party utilities or tools.
- Open-Source and Extensible: Completely free to use, modify, and extend under the MIT license.
- Focus on IIoT Growth: Created to accelerate the adoption and development of Industrial IoT.
-
Clone this repository:
git clone https://github.com/IoTBench-org/IDC4Delphi.git
-
Open the project in Delphi.
-
Install the necessary dependencies (if applicable).
-
Build the project and include the relevant components in your Delphi applications.
To start using IDC4Delphi in your projects, follow these steps:
- Add the
IDC4Delphi
components to your Delphi project. - Choose the communication protocols (e.g., Modbus, KNX, MQTT) that fit your project.
- Develop automation solutions by connecting the provided components to your industrial devices.
This project references several technologies and products, including:
-
Delphi® is a product by Embarcadero Technologies. The Delphi logo is a registered trademark of Embarcadero Technologies, Inc. For more information, visit Embarcadero's website.
-
KNX® is a standard for building automation, maintained by the KNX Association. The KNX logo is a registered trademark of KNX Association. For more information, visit KNX Association's website.
When using these logos, please ensure that you comply with the respective trademark usage policies of each company.
We welcome contributions from the community! Here’s how you can help:
- Fork this repository.
- Create a new branch:
git checkout -b feature/my-new-feature
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/my-new-feature
- Open a Pull Request.
Please refer to the CONTRIBUTING.md file for detailed contribution guidelines.
This project is licensed under the MIT License. See the LICENSE file for more information.