Server HTTP + WebSocket + Serveur TCP pour transmettre la température du thermometre dans ma cuisine
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
DemiSel ef5baf3024 c pete sans ca 3 年前
.idea petit refactor et paramètres 3 年前
arduino/cybergaziniere jsais plus 3 年前
docker petit refactor et paramètres 3 年前
gradle/wrapper initial proect 3 年前
src/main c pete sans ca 3 年前
.gitignore Initial commit 3 年前
README.md petit refactor et paramètres 3 年前
build.gradle petit refactor et paramètres 3 年前
gradlew initial proect 3 年前
gradlew.bat initial proect 3 年前
settings.gradle initial proect 3 年前

README.md

CyberCuisineWebServer

Server HTTP + WebSocket + Serveur TCP pour transmettre la température du thermometre dans ma cuisine

Running

Java 14

java -jar [jar] -h hostname 

Parametres :

-h hostname
-wp port : pour la page web (8080)
-sp port : pour le websocket (10269)
-wsp    : afficher le port dans l'uri du websocket dans le code côté client
-sr prefix : pour le websocket [prefix (ws/wss)]://hostname (wss)
-tp port : pour le socket tcp (6868)