IODD files contain the device description details in XML format for the IO-Link-supported industrial sensors. This simple hobby project in golang is just converting the selected parts of this XML to a human-readable HTML table.
$ go build -tags desktop -o bin/iodd-viewer-desktop ./...
$ bin/iodd-viewer-desktop --webview
The project's master branch is deployed to Heroku. View deployment: https://iodd-viewer.herokuapp.com/