HTTP DHCP
Import programHTTP_server_DHCP
HTTP DHCP
- mbedをHTTPサーバーとして利用するサンプル
- DHCPにてIP取得
- 取得したIPでmbedにアクセス
- 予め準備したWebページが表示される
LCDにIPアドレスが表示される
- LCD表示 " xxx.xxx.x.xx "
LCDが無い場合は、シリアルにて確認が出来る
シリアルの使用方法は以下のページを参照
ブラウザにURLを入力すると「Hello. mbed web !! 」が表示される
- URL : http://xxx.xxx.x.xx/Hello.htm
- 表示 : Hello. mbed web !!
事前にhtmファイルを作成し、mbedへ書き込んでおく
- htmファイル書込みは、プログラムファイル(.bin)と同じ場所
Hello.htm
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-2022-jp"> <meta http-equiv="Refresh" content="5"> <title>mbed test web</title> </head> <body> </br> </br> <b> Hello. mbed web !! </b></br> </br> </br> </body> </html>
きばん本舗 BaseBoard
- BaseBoard set : http://kibanhonpo.shop-pro.jp/?pid=107366446
Please log in to post comments.