All Projects → firewalla → Firewalla

firewalla / Firewalla

Licence: agpl-3.0
http://firewalla.com

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Firewalla

Iot 433mhz
🌐 IoT System to control 433 MHz RC power sockets, PIR, Door Sensors and much more.
Stars: ✭ 301 (-1.31%)
Mutual labels:  raspberry-pi, iot
Rdbox
RDBOX is an advanced IT platform for robotics and IoT developers that highly integrates cloud-native and edge computing technologies.
Stars: ✭ 246 (-19.34%)
Mutual labels:  raspberry-pi, vpn
Pjon
PJON (Padded Jittering Operative Network) is an experimental, arduino-compatible, multi-master, multi-media network protocol.
Stars: ✭ 2,615 (+757.38%)
Mutual labels:  raspberry-pi, iot
Brad Homeassistant Config
Home Assistant configuration
Stars: ✭ 212 (-30.49%)
Mutual labels:  raspberry-pi, iot
Raspap Webgui
Simple wireless AP setup & management for Debian-based devices
Stars: ✭ 3,383 (+1009.18%)
Mutual labels:  raspberry-pi, iot
Porcupine
On-device wake word detection powered by deep learning.
Stars: ✭ 2,606 (+754.43%)
Mutual labels:  raspberry-pi, iot
Parse Embedded Sdks
The Embedded SDKs for the Parse Platform
Stars: ✭ 244 (-20%)
Mutual labels:  raspberry-pi, iot
Deviceplane
Open source device management for embedded systems and edge computing
Stars: ✭ 917 (+200.66%)
Mutual labels:  raspberry-pi, iot
I2c Bus
I2C serial bus access with Node.js
Stars: ✭ 253 (-17.05%)
Mutual labels:  raspberry-pi, iot
Terrariumpi
Home automated terrarium/aquarium or other enclosed environment with a Raspberry Pi
Stars: ✭ 249 (-18.36%)
Mutual labels:  raspberry-pi, iot
Homeassistant Config
Stars: ✭ 211 (-30.82%)
Mutual labels:  raspberry-pi, iot
Static status
🚦Bash script to generate a static status page.
Stars: ✭ 286 (-6.23%)
Mutual labels:  simple, monitoring
Wall.e
A javaScript robot which looks like WALL.E
Stars: ✭ 201 (-34.1%)
Mutual labels:  raspberry-pi, iot
Web
(DEPRECATED) An open source GUI to configure the machinery and to view events that were detected by the machinery.
Stars: ✭ 225 (-26.23%)
Mutual labels:  raspberry-pi, iot
Platypush
A versatile and extensible platform for home and life automation with hundreds of supported integrations
Stars: ✭ 192 (-37.05%)
Mutual labels:  raspberry-pi, iot
Iotwifi
Raspberry Pi (arm) wifi configuration container. Configure and control wifi connectivity with a JSON based REST api.
Stars: ✭ 236 (-22.62%)
Mutual labels:  raspberry-pi, iot
Blynk Server
Blynk is an Internet of Things Platform aimed to simplify building mobile and web applications for the Internet of Things. Easily connect 400+ hardware models like Arduino, ESP8266, ESP32, Raspberry Pi and similar MCUs and drag-n-drop IOT mobile apps for iOS and Android in 5 minutes
Stars: ✭ 8 (-97.38%)
Mutual labels:  raspberry-pi, iot
Pitop
Raspberry Pi terminal based activity monitor
Stars: ✭ 189 (-38.03%)
Mutual labels:  raspberry-pi, monitoring
Cattlepi
effortlessly boot, configure, update and monitor your raspberry pi ☁️
Stars: ✭ 250 (-18.03%)
Mutual labels:  raspberry-pi, iot
Cryptowatch
🐦 Cryptocurrency price and account balance monitor
Stars: ✭ 283 (-7.21%)
Mutual labels:  raspberry-pi, monitoring

Firewalla

Software Image

Firewalla Blue

Firewalla Red

Firewalla Gold

Raspberry Pi (Strongly Not Recommended, this image is out-of-date)

If you have Raspberry Pi 3 and want a preview.  The preview image is a over two years old.  
Download https://github.com/firewalla/firewalla/releases/download/1.6/firewalla1.6a.img.gz
Prepare a blank microsd card > 8GB size
Follow the same step as installing a raspberry pi image
https://www.raspberrypi.org/documentation/installation/installing-images/

We are focusing on delivering the official hardware, hence Raspberry Pi support is a bit lacking, we are hoping to pick it up soon. We will be very likely selling a development version of Firewalla very soon. It will be at cost with a small mark up to take care the labor involved.

Build By Yourself

To Build On Raspberry Pi

  • Download Jessie Lite
https://www.raspberrypi.org/downloads/raspbian/
follow direction to flash this to a card
  • Boot Pi and update
sudo apt-get update
sudo apt-get -y dist-upgrade
sudo apt-get -y install git

  • Configure Pi
- sudo raspi-config
- Change Password
- Host Name
- Advance Options -> Memory Split (Change to 16)
- Expand File System
- Reboot
  • Install On Device
git clone https://github.com/firewalla/firewalla --branch release_pi_1_0 --single-branch
cd firewalla
./buildraw
sudo apt-get clean


** for development please create your own branch. (release_pi_1_0 is for official releases)

Build On Docker (Beta, for development purpose only)

cd docker
docker build -f Dockerfile2 -t firewalla .
docker run --privileged -p 8833:8833 -p 8834:8834 -ti firewalla
# to get an interactive shell
docker run --privileged -p 8833:8833 -p 8834:8834 -ti firewalla su - pi

Apps

iOS App

Android App

Firewalla Box Install Guide

https://firewalla.com/install

If anything bad happens, unplug it. :) The raspberry pi version uses bluetooth to link the app with the board. Final hardware will require a scan of a barcode.

Contributions

  • origin/master: latest / greatest
  • release_pi_1: current released code for pi, will be pulled automatically by all deployed boards.
  • dev_<>: development branchs.
  • Please do a pull request for features

Router Compatibility

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].