(实况数据)https://www.heweather.com/documents/api/s6/weather-now
https://www.heweather.com/documents/search/find
- 密钥存放在 example/http_req 中,可根据自己的密钥进行替换 key=xxxxxxxxxxxxxx
- 如果是按量计费或者付费用户,host 使用 api.heweather.net
在代码目录中执行
make
编译成功后,可执行文件名称为ssl_client
注意:若当前系统没有openssl动态库,需要先在代码顶级目录
中执行如下命令,将lib目录添加到程序动态库的查找路径中
export LD_LIBRARY_PATH=./lib:$LD_LIBRARY_PATH
下面命令向free-api.heweather.net
发送HTTP请求,内容为example/http_req
文件
./ssl_client free-api.heweather.net 443 example/http_req