Ignore:
Timestamp:
Jul 23, 2015, 3:21:02 PM (9 years ago)
Author:
coas-nagasima
Message:

ECHONET Lite規格に準拠していない動作を修正。
WebSocketの接続先URLを/webapi.ashxから/webapiに変更。
DHCPのリトライ処理が行われていなかったのを修正。
DHCPの有効/無効設定を追加し、固定IPアドレスを設定できるよう変更。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uKadecot/trunk/uip/apps/webserver/httpd-fs/index.html

    r101 r125  
    3030                        <h1 id="header_logo" style="margin: 0px; text-align: left; background-color: white;">
    3131                                <a target='_blank' href="http://www.toppers.jp/index.html">
    32                                         <img src="./imgs/logo.gif" width="353" height="74" border="0" alt="TOPPERS LOGO">
     32                                        <img src="./imgs/logo.png" width="353" height="74" border="0" alt="TOPPERS LOGO">
    3333                                </a>
    3434                        </h1>
     
    9595                        <label for="txt_mac_addr">MACアドレス</label>
    9696                        <input name="txt_mac_addr" id="txt_mac_addr" value="12:34:56:78:9A:BC" type="text">
     97                        <label for="cb_dhcp_enable">DHCP有効</label>
     98                        <input name="cb_dhcp_enable" id="cb_dhcp_enable" type="checkbox">
     99                        <label for="txt_ip_addr">IPアドレス</label>
     100                        <input name="txt_ip_addr" id="txt_ip_addr" value="192.168.2.103" type="text">
     101                        <label for="txt_netmask">サブネットマスク</label>
     102                        <input name="txt_netmask" id="txt_netmask" value="255.255.255.0" type="text">
     103                        <label for="txt_gateway">デフォルトゲートウェイ</label>
     104                        <input name="txt_gateway" id="txt_gateway" value="192.168.2.1" type="text">
    97105                        <button id="bt_set_init_params" class="ui-btn ui-shadow ui-corner-all ui-btn-icon-left ui-icon-check ui-btn-c">
    98106                                設定
Note: See TracChangeset for help on using the changeset viewer.