c3200 httpserver里http://mysimplelink.net在哪里可以修改设置,比如改成http://mysimplewifi.net
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
你访问HTTP SERVER的网友就会看到有个domain name的设置项。
HTTP SERVER的网友?这是什么意思?在sdk example里的httpserver哪个代码文件里可以设置这个domain name呢?多谢
"HTTP SERVER的网友"指的是什么意思?
例如在httpserver这个例子里哪个文件里可以设置domain name的代码?
多谢
不好意思,是网页,不是网友。这个网页是内嵌在芯片里面的。
如果你要自己设置,就用下面的API
sl_NetAppSet (SL_NET_APP_DNS_SERVER_ID, NETAPP_SET_GET_DNS_OPT_DOMAIN_NAME, strlen(my_device), (unsigned char *) my_device);