# TTModule **Repository Path**: stephenzelin/ttmodule ## Basic Information - **Project Name**: TTModule - **Description**: 天通自备车 - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-15 - **Last Updated**: 2025-03-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: work, Android, APP ## README #测试开关 Debug.testDebug #设置 端口 和 地址 public static String CLIENT_IP = "192.168.50.9";//192.168.10.100 public static int CLIENT_PORT = 12001; public static String SERVER_IP = "192.168.50.9"; public static int SERVER_PORT = 12000;