主题中讨论的其他器件:UNIFLASH
我在使用网络终端示例代码时、想知道是否可以为启动 AP 模式并将计算机连接到网络后转到 mysimplelink.net 时出现的 mysimplelink 网页编辑 html 文件。 我浏览了 Service Pack 和工程中的大多数 c 代码和文件、但无法找到该特定的 html 文件(index.html?)。 谢谢!
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.
我在使用网络终端示例代码时、想知道是否可以为启动 AP 模式并将计算机连接到网络后转到 mysimplelink.net 时出现的 mysimplelink 网页编辑 html 文件。 我浏览了 Service Pack 和工程中的大多数 c 代码和文件、但无法找到该特定的 html 文件(index.html?)。 谢谢!
您好、Jared、
html 页面存储在文件系统中(位于/www/或/www/safe 下)。
ROM 包含几个可以覆盖的默认页面(当然、您也可以添加新内容)。
有关 HTTP 服务器的详细信息、请参阅程序员指南(https://www.ti.com/lit/ug/swru455k/swru455k.pdf)的第9章。
。
BR、
Kobi