security - dl3ebb/OpenIot GitHub Wiki

Security

OpenIot does not include any user management features. Implementing such functionality would unnecessarily complicate the code and has therefore been omitted.

In my network, all IoT devices are installed in a separate VLAN that is completely isolated from other networks. Access to this VLAN is only possible through a bridge server. This server hosts the network's central services and provides a desktop interface accessible via VNC. The server also has a second network interface connected to the DMZ, allowing it to be accessed from other network segments.

This isolation ensures that the IoT devices are adequately protected against external attacks.