1
0
Fork 0
mirror of https://github.com/kou029w/k2ping.git synced 2025-01-18 16:07:59 +00:00
Ping monitoring device
Find a file
2017-04-21 19:50:52 +09:00
lib 改行コードをLFに統一 2017-04-15 13:14:01 +09:00
src resp->resp_timeが0の場合、次のレスポンスのとき意図しない上書きある不具合を修正 2017-04-21 19:13:45 +09:00
.gitignore 改行コードをLFに統一 2017-04-15 13:14:01 +09:00
.travis.yml 改行コードをLFに統一 2017-04-15 13:14:01 +09:00
LICENSE Initial commit 2017-04-14 21:27:20 +09:00
platformio.ini First commit 2017-04-14 21:57:19 +09:00
README.md Build Statusをdevelopブランチに変更 2017-04-21 19:50:52 +09:00

k2ping

Build Status

安価に製作できるpingでの死活監視装置です。

Thumbnail

Getting Started

Prerequisites

以下の材料を用意し、組み立てる必要があります。

git clone git@github.com:kou029w/k2ping
cd k2ping

あらかじめ自分のWi-Fi環境に合わせて src/k2ping.ino の network-namepass-to-network を変更する必要があります。

  WiFi.begin("network-name", "pass-to-network");

Installing

pio lib install 1526 # Install the LiquidCrystal library.
pio run --target upload

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments