Raspberry Pi (RPi) - Security Camera
This github repository contains project files related to building and deploying a Raspberyy Pi for use as a security camera with the Raspbian opewith the Raspbian. The Raspberry Pi will host a Flask webserver that will serve the live video frames and also help control the pan-tilt server mechanism to remotely control the angle of the camera. ***
4RPi Cluster - ELK Stack
This github repository contains project files related to building a four node Raspberry Pi cluster and automating the configuration of the cluster to host an Elasticsearch, Logstash, Kibana stack, commonly referred to as an ELK stack. The purpose of this is to monitor web traffic on my local area network (LAN) by analyzing packet captures and event logs from endpoint devices, such as routers, firewalls, and connected devices such as a RPiZ security camera.
Other Projects
RPi Kali Box
Project concept taken from Official Kali Website
This project is intended to create a standalone, headless device that users can access remotely via secure shell (SSH) protocol to execute remote commands on the terminal. Example use cases could be to deploy the RPi within your own personal local area network and run packet analysis tools, like wireshark, netcat, kismet, or even custom python scripts.
Jupyter Droplet
Project concept taken from Digital Ocean Tutorials
This project is intended to host an open source jupyter notebook web application on the cloud using Ditigal Ocean droplets. Example use cases could be to programmatically cleanse or transform network capture data or infrastructure event logs for data visualization or machine learning models.