Page 1 of 1

ESP-TCP 连接自己搭建的服务器

Posted: Sat Jul 16, 2022 1:34 am
by castieldean
大家好,我想使用tcp连接自己搭建的服务器 这个服务器不是本地local的IP4 而是有域名的,类似espslr.*****.com,端口是8591 我使用examples\protocols\sockets\tcp_client 这个例程并不可以成功连接
log 如下
I (9579) example: Socket created, connecting to espslr.******.com:8591
E (27839) example: Socket unable to connect: errno 113

我的理解是这个例程只能够连接IP4/6 而不能够连接有域名的服务器 ,那请问有什么方法可以与域名服务器建立tcp连接呢?
谢谢!

Re: ESP-TCP 连接自己搭建的服务器

Posted: Tue Jul 19, 2022 9:19 am
by ESP_Gargamel
看下示例 examples/protocols/http_request,需要先 dns 做域名解析。