1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-12 19:31:52 +00:00
No description
Find a file
2018-07-28 07:37:19 +02:00
.github Last version is not a version for issues... 2018-07-08 15:53:24 +02:00
contributors Add CLA 2018-05-22 13:49:56 +02:00
patches Remove gtime dependency 2018-06-29 15:46:10 +02:00
root Update dnsmasq init 2018-07-28 07:37:19 +02:00
.gitignore Initial commit 2017-12-22 11:08:56 +01:00
.travis.yml Update travis 2018-01-30 13:31:07 +01:00
build.sh Change git used for openwrt source 2018-07-23 18:09:42 +02:00
circle.yml Fix cache dir for CircleCI 2018-02-22 15:51:34 +01:00
CLA-entity.md Add CLA 2018-05-22 13:49:56 +02:00
CLA-individual.md Add CLA 2018-05-22 13:49:56 +02:00
CODE_OF_CONDUCT.md Add CLA 2018-05-22 13:49:56 +02:00
config Add all languages 2018-04-24 15:28:42 +02:00
config-rpi2 Add Raspberry PI 2 support 2018-05-18 15:33:30 +02:00
config-rpi3 Disable ath10k-ct 2018-03-24 08:46:30 +01:00
config-x86 Initial commit 2017-12-22 11:08:56 +01:00
config-x86_64 Fixes and add PAGE_TABLE_ISOLATION 2018-01-29 15:40:40 +01:00
CONTRIBUTING.md Add CLA 2018-05-22 13:49:56 +02:00
deploy_rsa.enc Try to add travis ci support 2018-01-29 18:13:17 +01:00
LICENSE Initial commit 2017-12-22 11:08:56 +01:00
README.md Remove eth1 set to wan, update dnsmasq init 2018-04-04 17:37:49 +02:00
sign.sh Add all changes for OpenWrt/LEDE source here 2018-01-23 15:56:13 +01:00

CircleCI

OpenMPTCProuter

OpenMPTCProuter is an open source solution to aggregate and encrypt multiple internet connections and terminates it over any VPS which make clients benefit security, reliability, net neutrality, as well as dedicated public IP.

The aggregation is based on Multipath TCP (MPTCP), which is ISP, WAN type, and latency independent "whether it was Fiber, VDSL, SHDSL, ADSL or even 4G", different scenarios can be configured to have either aggregation or failover based on MPTCP.

The solution takes advantage of the OpenWRT/LEDE system, which is user friendly and also adds the possibility of installing other packages like VPN, QoS, routing protocols, monitoring, etc. through web-interface or terminal.

Install from pre-compiled images

You can download precompiled images from https://www.openmptcprouter.com/

Then copy it to a sdcard:

gunzip omr-*.img.gz
dd bs=4M if=omr-*.img of=/dev/sdX conv=fsync

Install from source

Dependencies

You need a classical build environment like build-essential on Debian and git. Some feeds might not available over git but only via subversion or mercurial.

On Debian you'll need to install the following:

sudo apt install build-essential git unzip ncurses-dev libz-dev libssl-dev
  python subversion gettext gawk wget curl rsync perl

Prepare and build

git clone https://github.com/ysurac/openmptcprouter.git
cd openmptcprouter
./build.sh

The script build.sh accepts all make arguments (like -j). When finished, files are located in the directory source/bin.

Custom arch build

By default the build script will create the packages for the x86_64 architecture. You can specify a custom build target by adding a OMR_TARGET environment variable to the build and the corresponding config-$OMR_TARGET file.

To build the project for the raspberry pi 3:

OMR_TARGET="rpi3" ./build.sh

Credits

Our solution is mainly based on: