【行空板 Python编程学习主控板】评测四、开发板初探之WEB服务器介绍
<div class='showpostmsg'> 本帖最后由 天意无罪 于 2022-11-13 20:29 编辑<p> <span style="font-family:宋体;">在上篇评测三中,对行空板的4种连接方式进行了简单介绍,这篇测评文章便介绍通过USB Type-C线连接到行空板自带的WEB服务器,并查看其WEB服务功能有哪些。</span></p>
<p><span style="font-family:宋体;"> 通过USB Type-C线将电脑与行空板进行连接,打开电脑端的浏览器,在地址栏中输入行空板的USB模拟网卡地址:<code>10.1.2.3;</code></span></p>
<p><span style="font-family:宋体;"><code> 成功进入行空板的WEB服务器页面后,我们可以看到如下画面,在网页左侧栏由4个导航菜单,分别是:主页、应用开关、网络设置、文件上传;下面熟悉一下这4个菜单栏的内容和功能。</code></span></p>
<p><strong><code> (1)主页</code></strong></p>
<p> 主页内容主要是行空板的相关文章和视频教程,开发者可以通过该页面方便打开官网、教程、论坛,并了解行空板所有相关资料。</p>
<p class="imagemiddle" style="text-align: center;"></p>
<p style="text-align: center;"> <code>图1</code></p>
<p><strong> (2)应用开关</strong></p>
<p> 该页面显示SIoT和Jupyter这种具有后台管理页面的应用程序的运行状态,可以方便开关服务,点击<strong style="box-sizing:border-box">打开页面</strong>可以一键跳转到对应服务管理页面。</p>
<p align="center"></p>
<p style="text-align: center;">图2</p>
<p align="center"></p>
<p style="text-align: center;"> 图3</p>
<p align="center"></p>
<p style="text-align: center;">图4</p>
<p> <strong> (3)网络设置</strong></p>
<p> 进入该页面,系统会自动扫描板子周围的WiFi热点,在<strong style="box-sizing:border-box">名称</strong>下拉框选择需要连接的WIFI热点,在<strong style="box-sizing:border-box">密码</strong>输入框输入WIFI热点密码,点击<strong style="box-sizing:border-box">连接</strong>即可让板子连接WIFI。</p>
<p><span style="color:#e74c3c;"> 注意:行空板当前不支持中文WIFI热点名称,请修改WIFI热点名称为字母数字形式,另外热点仅支持2.4G WIFI。</span></p>
<p class="imagemiddle" style="text-align: center;"></p>
<p style="text-align: center;">图5</p>
<p> <strong> (4)文件上传</strong></p>
<p> 该页面可以通过网页上传本地电脑中的文件到板子上,适合用来适配其他不能直接通过ssh连接行空板的软件。该功能在后续的开发中会经常用到。</p>
<p> 选择文件后点击<strong>上传</strong>即可上传文件到文件夹名称所在的文件夹下,如果重名则直接覆盖,点击<strong>删除文件夹</strong>按钮将删除文件夹及其中所有文件。</p>
<p class="imagemiddle" style="text-align: center;"></p>
<p style="text-align: center;"> 图 6</p>
</div><script> var loginstr = '<div class="locked">查看本帖全部内容,请<a href="javascript:;" style="color:#e60000" class="loginf">登录</a>或者<a href="https://bbs.eeworld.com.cn/member.php?mod=register_eeworld.php&action=wechat" style="color:#e60000" target="_blank">注册</a></div>';
if(parseInt(discuz_uid)==0){
(function($){
var postHeight = getTextHeight(400);
$(".showpostmsg").html($(".showpostmsg").html());
$(".showpostmsg").after(loginstr);
$(".showpostmsg").css({height:postHeight,overflow:"hidden"});
})(jQuery);
} </script><script type="text/javascript">(function(d,c){var a=d.createElement("script"),m=d.getElementsByTagName("script"),eewurl="//counter.eeworld.com.cn/pv/count/";a.src=eewurl+c;m.parentNode.insertBefore(a,m)})(document,523)</script> <p>通过网页上传本地电脑中的文件到板子上这个好,平时玩这个东西确实会常用</p>
页:
[1]