2025-12-07 00:48:09 +01:00
2025-12-07 00:48:09 +01:00
2025-12-07 00:48:09 +01:00
2025-12-07 00:48:09 +01:00
2025-12-01 10:45:58 +01:00
2025-12-01 13:40:58 +01:00
2025-12-01 10:45:58 +01:00
2025-12-01 10:45:58 +01:00
2025-11-30 17:52:54 +00:00
2025-12-07 00:48:09 +01:00
2025-12-01 18:09:10 +01:00
2025-12-07 00:48:09 +01:00

HomesteadGateway

Gateway between multiple HomesteadRelay's and the HomesteadToGo Bot.

dev notes

perhaps drop database, instead

Mod     -> websocket /register { server_id, channel_id }                   // grabbed from mod config
Bot     -> websocket /ready { channel_id }                                 // ready if Mod with fitting channel_id has called /register
Gateway -> memory cache (server_id -> channel_id; channel_id -> server_id) // mem enough
Mod/Bot -> websocket /ws { ... } -> Bot/Mod                                // sync
Description
Gateway between multiple HomesteadRelay's and the HomesteadToGo Bot.
Readme GPL-3.0 100 KiB
Languages
Go 100%