Blinking_Octopus
FOPJ, SoSe 17
Dropwizard application. Requires Maven.
Start:
-
mvn clean
-
mvn install
-
in blinktopus/ java -jar target/blinktopus-0.0.1-SNAPSHOT.jar server config.yml
Functionality:
-
View all entries in log: localhost:8080/log
-
View all SVs: localhost:8080/sv/all
-
Delete all SVs: localhost:8080/sv/clear
Frontend:
To run the blinktopus application with user interface, use blinktopus.ipynb file.