Daiki Kato / DhcpServer

Dependents:   GR-PEACH_WebCamera_AP

You are viewing an older revision! See the latest version

Homepage

mbedボードをDHCPサーバとして使用するためのライブラリです。
mbedボードとPCを直結する際などに使用してください。
EthernetInterfaceでconnectを実行した後に、DhcpServerを使用してください。

    EthernetInterface eth;
    eth.init("192.168.0.1", "255.255.255.0", "192.168.0.1");
    eth.connect();
    DhcpServer dhcp_server("HostName", eth.getIPAddress());


Library in Beta!

This library is in Beta.
このライブラリはβ版です。


All wikipages