2.2.3 Build from Source
Prerequisites
- Visual Studio 2022 or later
- .NET 8 SDK
Clone the Repository
git clone https://github.com/iioter/iotgateway.git
# or
git clone https://gitee.com/iioter/iotgateway.git
Build the Solution
- Open
IoTGateway.slnin Visual Studio 2022 - Build the entire solution (important: drivers are loaded via reflection, so all projects must be compiled)
- Set
IoTGatewayas the startup project
Run the Project
Press F5 or run:
dotnet run --project IoTGateway
Access the Gateway
Open your browser and navigate to http://localhost:518
Default credentials: admin / iotgateway.net