add boradcast base and fix oob error on invalid flap char

This commit is contained in:
Dennis Gunia
2025-10-22 23:12:43 +02:00
parent 5be42f36d1
commit 09a4326e53
5 changed files with 107 additions and 32 deletions

View File

@@ -21,6 +21,7 @@ int start_webserver();
void send_json_error(ws_cli_conn_t client, char *error, const char *detail);
void send_json_response(ws_cli_conn_t client, json_object *res);
void send_json_history(json_object *msg);
void ws_messagehandler(ws_cli_conn_t client, const unsigned char *msg, uint64_t size, int type);
void ws_opencon(ws_cli_conn_t client);