Skip to content
/ super Public
forked from spr-networks/super

SPR is a secure programmable router. This project builds and runs the main services and their docker containers.

License

Notifications You must be signed in to change notification settings

rgov/super

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Secure Programmable Router

Introduction

This project creates a hardened router setup for connecting IOT devices or running an entire home network. By employing per-station passphrases and strict firewall rules, a hardened network is created. The project enables a high degree of confidence about where packets come from and where they can actually go, with protections against MAC cloaking/spoofing and fine grained access controls.

Goals

  1. Security & Privacy
  2. Programmable with an API
  3. Easy to use

UI Demo Page

https://demo.supernetworks.org/

Updating

Building from scratch

docker-compose pull
./build.sh
docker-compose up -d

Using prebuilt containers

docker-compose -f docker-compose-prebuilt.yml pull
docker-compose -f docker-compose-prebuilt.yml up -d

Useful Links

About

SPR is a secure programmable router. This project builds and runs the main services and their docker containers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 63.8%
  • Go 25.4%
  • Shell 5.1%
  • Python 2.2%
  • Dockerfile 2.2%
  • C 0.6%
  • Other 0.7%