IoT-frontend
Frontend Application for accessing IoT platforms. Runtime with Docker, java -jar
| Field | Value |
|---|---|
| GitHub | https://github.com/Cantara/IoT-frontend |
| Language | Java |
| Stars | 0 |
| Last updated | 2026-03-02 |
Related Wiki Pages
This project has documentation in the Cantara Wiki. See the IOT section.
README
IotFrontend
Access IoT Devices api. Subscribe to updates from devices.
Install
mvn install
Run
java -jar target/iot-frontend-0.1-SNAPSHOT.jar
or
./run.sh
or
run.bat
Enter webclient
- https://localhost:8080/frontend
Healthcheck
http://localhost:8081/IotFrontend/healthcheck
Hystrix
We recomend to enhance your remote http calls within Hystrix Commands. It is quite simple, have a look at the ProxyExampleResource.
To generate example data use http://
This application will forward Hystrix statistics and metrics on http://
Read more about Hystrix at: * https://github.com/Netflix/Hystrix/wiki/Getting-Started * https://github.com/zapodot/hystrix-dropwizard-bundle
## Deployment
### Static content http://localhost:8080/frontend/
### Dynamic content and api http://localhost:8080/IotFrontend/