bugfix,design

This commit is contained in:
2026-01-20 17:17:16 +09:00
parent 1a896a85fe
commit b8fe7b1d50
43 changed files with 5898 additions and 1157 deletions

View File

@@ -4,9 +4,9 @@ namespace Simulator.Config
{
public static string API_DOMAIN = "http://localhost:8888";
//public static string MQTT_DOMAIN = "220.90.135.42";
public static string MQTT_DOMAIN = "simulator.flexing.ai";
public static string MQTT_DOMAIN = "220.90.135.50";
//public static int MQTT_PORT = 3044;
public static int MQTT_PORT = 3049;
public static int MQTT_PORT = 3009;
public static string MQTT_DATA_KEY = "data";
/// <summary>
/// MQTT MessagePack 인코딩 사용 여부