First server executable

This commit is contained in:
2026-06-22 13:20:10 +03:00
parent ea99e81dbf
commit 6ff7c8a6cb
8 changed files with 245 additions and 0 deletions

10
config_example.json Normal file
View File

@@ -0,0 +1,10 @@
{
// Required
"host": "localhost",
"port": 0,
// Optional
"devices_filename": "devices.json",
"cert_file": "path/to/file",
"key_file": "path/to/file"
}