# DTU_TCP **Repository Path**: alexleohy/dtu_tcp ## Basic Information - **Project Name**: DTU_TCP - **Description**: 本程序实现了tcp的数据透传功能,接收到服务器数据后将数据通过串口转发 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-09-12 - **Last Updated**: 2023-10-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # DTU ## 介绍 本程序实现了tcp的数据透传功能,接收到服务器数据后将数据通过串口转发 #### 使用说明 **根据自己的服务器配置修改参数** 1. 服务器域名(必填) **local server_ip = ""** **例如 : local mqtt_host = "netlab.luatos.com"** --- 2. 服务器端口(必填) **local server_port = 2929** --- 3. 是否使用udp true为udp,false为tcp **local isUdp = false** ---