This project aims to provide a controller interface of the WebEng testbed based on the WoT Thing Description.
Currently, the app is served on our lab server.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
You would be required to allow the CORS policy of your Web browser.
Install the CORS extension or others to allow the policy.
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app in the production mode.
After the app is successfully built, run serve -s -l PORT ./build/
to serve the app.
Currently, integer inputs are only supported by this app.
Further support for other input types can be made by extending cases for them.