您好!
我能够让 IFTTT 正常工作、现在我正在尝试让 LAB20_wifi 项目 ping URL、以便 IFTTT 发送电子邮件。
我需要对"get_time_and_weather.c"进行哪些修改、以便对 URL 执行 ping 操作?
CC3120连接到 Wifi、我可以连接到主机: Weather_Server "maker.ifttt.com"//"api.openweathermap.org"并连接到 IT App_CB.weatherSockID = createConnectionforWeather();
但是、如果我发送 HTTP GET、我将不会收到任何电子邮件:
//将 HTTP GET 字符串发送到打开的 TCP/IP 套接字。
RetVal = sl_Send (App_CB.weatherSockID、App_CB.weatherSendBuff、
strlen ((const char *) App_CB.weatherSendBuff)、0);
有什么想法吗?
