A test gui for showing how to connect to the Prediktor OPC UA API
To run this GUI:
- Download the repository to your local machine;
- Open the repository in Visual Studio Code or other coding tool;
- From the command prompt, run "npm install";
- Run "npm run start";
- The gui should appear in your browser on http://localhost:3000
The relevant API calls are made in the file \src\screens\OpcUaBrowser\OpcUaBrowser.tsx
These calls are routed through the functions found under \src\functions to the API.