1
0
Fork 0
mirror of https://github.com/kou029w/k2ping.git synced 2025-01-18 08:05:01 +00:00
Ping monitoring device
Find a file
2017-04-22 00:27:39 +09:00
lib 改行コードをLFに統一 2017-04-15 13:14:01 +09:00
src Fixed a bug in all cases of Transmit failed 2017-04-22 00:23:13 +09:00
.gitignore 改行コードをLFに統一 2017-04-15 13:14:01 +09:00
.travis.yml Use official Arduino LCD library 2017-04-21 23:11:02 +09:00
LICENSE Switching license to LGPL v2.1 2017-04-21 21:03:56 +09:00
platformio.ini Use official Arduino LCD library 2017-04-21 23:11:02 +09:00
README.md 不要な手順を削除 2017-04-21 23:21:07 +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 run --target upload

Authors

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

License

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

Acknowledgments