Giter Club home page Giter Club logo

zsipos

zsipos is a fully transparent system to encrypt your sip phone calls with ZRTP. It gets plugged between your sip phone and your sip proxy.

Getting the sources

$ git clone https://github.com/zsipos/zsipos
$ cd zsipos
$ git checkout zsipos-sel4
$ git submodule update --init --recursive

Prerequisites

We assume Ubuntu 18.04 and bash as the build environment.

You need around 80GB of free disk space.

You must install Vivado HLS WebPack 2018.3.1 (free, registration required).

Get it from here: https://www.xilinx.com/products/design-tools/vivado/vivado-webpack.html .

It must be installed to /opt/Xilinx .

For all the other dependencies we prepared a install script for you:

$ scripts/install-deps.sh

Please configure your git identity:

$ git config --global user.email "[email protected]"
$ git config --global user.name "Your Name"

Also please setup the haskell compiler:

$ stack config set system-ghc --global true

Please do not run the build from a su session.

Initializing the build environment

For the provided build scripts a build environment must be initialized. You must initialize this environemt by typing:

$ source scripts/env.sh

The first time you call this script it will set up a python virtual environemnt for you which may take some time.

Building zsipos

To build zsipos please run its build script:

$ build-dist.sh rebuild

Preparing the hardware

You have to flash the fpga hardware. Either connect the hardware and run the command

$ build-board.sh --nobuild --flashrom

or flash the file ./output/fpga-romboot.mcs to the fpga with the vivado tools.

Preparing the boot media

Prepare a sd-card with two linux partitions containing a ext4 filesystem. Each partition must have a size of at least 1GB. Unpack the file ./output/rootfs.tar to the root directory of the first partition.

Starting the zsipos system the first time

The first time you start the system you will be forced to enter a new system password. The initial system password is zsipos2018. If you enable sshd the first time you start the system with sshd it will generate its keys. This can take several minutes.

zsipos's Projects

aes icon aes

Verilog implementation of the symmetric block cipher AES (Advanced Encryption Standard) as specified in NIST FIPS 197. This implementation supports 128 and 256 bit keys.

fltk icon fltk

FLTK - Fast Light Tool Kit - https://github.com/fltk/fltk - cross platform GUI development

linux icon linux

Linux kernel stable tree mirror

litedram icon litedram

Small footprint and configurable DRAM core

liteeth icon liteeth

Small footprint and configurable Ethernet core

liteiclink icon liteiclink

Small footprint and configurable Inter-Chip communication cores

litex icon litex

Build your hardware, easily!

picotcp icon picotcp

PicoTCP is a free TCP/IP stack implementation

pjproject icon pjproject

Official GitHub mirror of PJSIP project. Mirrored from https://git.pjsip.org/gitpub/pjproject.

sel4_libs icon sel4_libs

No-assurance libraries for rapid-prototyping of seL4 apps.

sha1 icon sha1

Verilog implementation of the SHA-1 cryptgraphic hash function

zrtpcpp icon zrtpcpp

C++ Implementation of ZRTP protocol - GNU ZRTP C++

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.