ekt: document port

This commit is contained in:
2025-09-05 14:54:28 +02:00
parent 04416715ef
commit 136da4a2b8
2 changed files with 4 additions and 2 deletions

View File

@ -15,7 +15,7 @@ void y3ws_config_load(struct y3ws_config *cfg, const wchar_t *filename)
cfg->enable = GetPrivateProfileIntW(L"y3ws", L"enable", 1, filename);
cfg->debug = GetPrivateProfileIntW(L"y3ws", L"debug", 0, filename);
cfg->port = GetPrivateProfileIntW(L"y3ws", L"port", 3497, filename);
cfg->port = GetPrivateProfileIntW(L"y3ws", L"port", 3594, filename);
wchar_t tmpstr[16];

View File

@ -1,4 +1,6 @@
Y3WS websocket protocol for card I/O for the taisen series by Haruka:
Y3WS websocket protocol for card I/O for the Taisen series by Haruka:
Default listening port: 3594 (san-go-ku-shi)
All packets are JSON and, unless otherwise specified contain these fields: