Add realtime gateway and simulator bridge

This commit is contained in:
2026-03-27 21:06:17 +08:00
parent 0703fd47a2
commit 2c0fd4c549
36 changed files with 6852 additions and 1 deletions

View File

@@ -0,0 +1,28 @@
{
"server": {
"httpListen": ":8080",
"readTimeoutSeconds": 15,
"writeTimeoutSeconds": 15,
"idleTimeoutSeconds": 60,
"shutdownTimeoutSeconds": 10
},
"gateway": {
"maxPayloadBytes": 65536,
"writeWaitSeconds": 10,
"pongWaitSeconds": 60,
"pingIntervalSeconds": 25,
"maxLatestStateEntries": 10000
},
"auth": {
"producerTokens": [
"dev-producer-token"
],
"consumerTokens": [
"dev-consumer-token"
],
"controllerTokens": [
"dev-controller-token"
],
"allowAnonymousConsumers": true
}
}