Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 448 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 448 Bytes

rpi-gate

Stuff that I use to open my yard gate using app on Android.

It consists of two parts:

  • Client/Server app
    • Server runs on server with public IP and forwards requests to client
    • Client is raspberry pi device, which
  • Android client app, which is really simple. It just send request to server once button is pressed.

Secrets

Because I am lazy, I keep secrets in source code. Files containing these are not part of this repo.