Server HTTP + WebSocket + Serveur TCP pour transmettre la température du thermometre dans ma cuisine
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
DemiSel f4eacb68fb deux trois trucs 3 anos atrás
.idea petit refactor et paramètres 3 anos atrás
arduino/cybergaziniere jsais plus 3 anos atrás
docker petit refactor et paramètres 3 anos atrás
gradle/wrapper initial proect 3 anos atrás
src/main deux trois trucs 3 anos atrás
.gitignore Initial commit 3 anos atrás
README.md petit refactor et paramètres 3 anos atrás
build.gradle petit refactor et paramètres 3 anos atrás
gradlew initial proect 3 anos atrás
gradlew.bat initial proect 3 anos atrás
settings.gradle initial proect 3 anos atrás

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)