https://github.com/walchko/heimdall
https://github.com/walchko/heimdall
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/walchko/heimdall
- Owner: walchko
- License: mit
- Created: 2017-07-06T15:01:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-12T13:13:49.000Z (about 8 years ago)
- Last Synced: 2025-02-05T15:13:41.275Z (over 1 year ago)
- Language: Python
- Size: 267 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README

# Heimdall
Heimdall is named after the Norse god who has the ability to see and hear everything.
This is a small monitoring device. Ultimately I would like it to do:
- monitor a room with the camera
- monitor wifi and log devices/APs found
- monitor bluetooth and log devices found
## BOM
| Name | Cost | Source |
|---|---|---|
| Pi Zero W | $10 | https://www.adafruit.com/product/3400 |
| RPi Camera | $29 | https://www.adafruit.com/ |
# Setup
You will need a Raspberry Pi (this was designed for a Zero) with wifi access
(or at least internet access). It should work with a normal Raspberry Pi, but
I haven't tested that.
## Apt-Get
sudo apt-get update
sudo apt-get upgrade
sudo apt-get -y intall python-dev python3-dev build-essential swig cmake
sudo apt-get -y install libatlas-base-dev gfortran
## Python
pip install -U pip setuptools wheel
pip install -U -r requirements.txt
## Service
To enable heimdall to run as a service on your Raspberry Pi, do:
sudo ./install-heimdall-service.sh