-
·
Home Assistant – Python powered automation Platform for Raspberry Pi
Home Assistant is an open-source home automation platform running on Python 3. Track and control all devices at home and automate control. Perfect to run on a Raspberry Pi. www.home-assistant.io/
-
·
WarBerryPi – Tactical Exploitation with Raspberry Pi
WarBerryPi was built to be used as a hardware implant during red teaming scenarios where we want to obtain as much information as possible in a short period of time with being as stealth as possible. Just find a network port and plug it in. The scripts have been designed in a way that the…
-
·
Anwesenheitserkennung mit Geofancy und iBeacon › waschto.eu
Tolle Anleitung für Anwesenheitserkennung mit dem Raspberry Pi als iBeacon und mit Geofancy auf dem iPhone. waschto.eu/ibeacon-mit-geofency/ > > >
-
·
nextcloud/nextcloudpi: Build code for NextCloudPi Raspberry Pi image and docker container
NextCloudPi is a ready to use image for Raspberry Pi. github.com/nextcloud/nextcloudpi
-
·
Raspberry Pi SMS to email gateway by AndyPi
Good Instructions on how to build your own SMS to email gateway on a Raspberry Pi with some old Huawei Modem UMTS/3G USB-Stick and the use of Gammu SMSD. > andypi.co.uk/2017/05/06/raspberry-pi-sms-to-email-gateway-part-1/
-
·
Snips | AI Voice Platform for Raspberry Pi
Snips is an AI-powered voice assistant you can add to your products. It runs on-device and is Private by Design. snips.ai/
-
·
Dataplicity vs Resin: Raspberry Pi remote access compared – AndyPi
Dataplicity.com and Resin.io are both fairly new services which help you to remotely connect to your Raspberry Pi over the internet. You might be used to connecting to your pi via SSH on your home network, but what if you want to access it over the internet, whilst traveling, or how about hooking up the…
-
·
GitHub – BrixSat/SdcardBackupRestore: Backup and restore your sdcard on linux.
This Shellscript by BrixSat allows you to backup and restore your SD card on linux – e.g. for Raspberry Pi SD Cards on an Ubuntu Linux System. It will prompt for all the things that need to be entered. > github.com/BrixSat/SdcardBackupRestore
-
·
Low Budget NAS mit einem Raspberry PI | Wel!s Blog
Low Budget NAS mit einem Raspberry PI – Komplette umfassende Anleitung, u.a. mit Dateiserver-Freigaben (Samba, Netatalk, AVAHI). > www.welzels.de/blog/projekte/raspberry-pi/low-budget-nas-mit-einem-raspberry-pi/
-
·
Gammu SMSD – SMS2Email Gateway
Gammu SMS Daemon is a program that periodically scans GSM modem for received messages, stores them in defined storage and also sends messages enqueued in this storage. It is perfect tool for managing big amounts of received or sent messages and automatically process them. wammu.eu/smsd/
-
·
Raspberry Pi and Microsoft LifeCam HD 3000 USB Webcam Built In Microphone
How to use a Microsoft LifeCam HD 3000 on a Raspberry Pi project. The webcam is Plug and Play, but the microphone does not work with Raspbian Jessie by default. Goal: I wanted the default audio input to be the Built-In Webcam Mic, and the default sound output to be the normal 3.5mm jack on…
-
·
GitHub – rm-hull/max7219: Interfacing LED matrix displays with the MAX7219 driver in Python using hardware SPI on the Raspberry Pi.
Interfacing LED matrix displays with the MAX7219 driver in Python using hardware SPI on the Raspberry Pi. > github.com/rm-hull/max7219