There was an error while loading. Please reload this page.
From administrators perspective, an ASAPHub a single program that can be launched e.g. like this:
java -cp libs/ASAPJava.jar;ASAPHub.jar net.sharksystem.hub.hubside.ASAPTCPHub
java -jar target/ASAPHub.jar -port [portnumber] -maxIdleSeconds [seconds]
mvn clean package -DskipTests
The parameters portnumber and maxIdleSeconds are optional.
portnumber
maxIdleSeconds
docker build -t asaphub:latest .
docker run --name hub asaphub:latest -port [portnumber] -maxIdleSeconds [seconds]