This project aims to modify an old home security system to a modern security system that can be monitored through the Internet using the platform ThingerIo and a Raspberry Pi 2B
.
├── code
│ ├── ss.txt
│ ├── tests
│ │ ├── README.md
│ │ ├── read_pins
│ │ │ └── read_pins.cpp
│ │ └── thinger_client
│ │ ├── build
│ │ ├── cmake
│ │ ├── CMakeLists.txt
│ │ ├── install
│ │ ├── README.md
│ │ ├── run.sh
│ │ ├── src
│ │ └── WiringPi
│ └── thinger_client
│ ├── cmake
│ │ └── modules
│ ├── CMakeLists.txt
│ ├── install
│ │ ├── intel_edison
│ │ └── raspberry
│ ├── README.md
│ ├── run.sh
│ └── src
│ ├── main.cpp
│ ├── thinger
│ └── wiringPi.h
├── docs
│ └── s.txt
└── Schematic
└── sssss.txt
- Ebrahim Abdelghfar Ebrahim
- Abdallah Ibrahim