Welcome to the IIoT Simulator GitHub repository. Here, you will find an advanced Industrial IoT (IIoT) simulator tailored for Smart Factory 4.0 environments. Using Python, MQTT, and Docker, this simulator emulates configurable production lines with realistic sensor data such as vibration, temperature, quality, and predictive alerts.
🔧 Configure production lines with ease
📊 Generate realistic sensor data
🐳 Dockerized for seamless deployment
To access the latest release of the IIoT Simulator, visit the Releases section. Download the appropriate file and follow the instructions for execution.
- data-generation
- digital-twin
- docker
- docker-compose
- iiot
- industrial-automation
- industry-4-0
- manufacturing
- mosquitto
- mqtt
- python
- sensor-simulation
- simulator
- smart-factory
To install the IIoT Simulator, simply follow these steps:
- Clone the repository to your local machine.
- Navigate to the project directory.
- Run the setup file.
- Configure your production lines.
- Start the simulation.
from iiotsimulator import IIoTSimulator
simulator = IIoTSimulator()
simulator.configure_production_lines(lines=2, sensors=['vibration', 'temperature', 'quality'])
simulator.start_simulation()
Contributions are welcome! Feel free to fork the repository, make your changes, and submit a pull request. Together, we can improve the IIoT Simulator for everyone.
Let's revolutionize industrial automation with the IIoT Simulator. Happy simulating! 👩🏭👨🔧🤖