求助!TCP Socket
时间:10-02
整理:3721RD
点击:
TI工程师您好:
我在CCS的例程wlan_ap中,想加入TCP-socket。于是我把BsdTcpServer相应代码移植过来,调试时发现 程序卡死在此处。
// creating a TCP socket
iSockID = sl_Socket(SL_AF_INET,SL_SOCK_STREAM, 0);
请问该如何解决?
谢谢!
You can use the 'sls_get_weather' application which creates a TCP socket and connects to "openweathermap.org" and requests the weather details.