kecalcze / simplepush-esp8266

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simplepush

Simplepush library for ESP8266 (Arduino)

What can I do with it?

  • Send push notifications from an ESP8266 to your smartphone
  • Send encrypted push notifications (no HTTPS required)

Usage

Download Simplepush.zip and import the ZIP file in the Arduino IDE (Sketch -> Include library -> Add .ZIP library). Take a look at the example sketch to find out how to use the library. You can also check out this blog post for more information.

About


Languages

Language:C++ 92.5%Language:C 7.5%