All Projects â†’ MPSec â†’ Mpsec

MPSec / Mpsec

Licence: other
One Stop MPTCP Service : MPSec

Projects that are alternatives of or similar to Mpsec

Chatwoot
Open-source customer engagement suite, an alternative to Intercom, Zendesk, Salesforce Service Cloud etc. 🔥💬
Stars: ✭ 11,554 (+64088.89%)
Mutual labels:  docker-image, dashboard
Docker Superset
Repository for Docker Image of Apache-Superset. [Docker Image: https://hub.docker.com/r/abhioncbr/docker-superset]
Stars: ✭ 86 (+377.78%)
Mutual labels:  docker-image, dashboard
Docker Ipsec Vpn Server
Docker image to run an IPsec VPN server, with IPsec/L2TP, Cisco IPsec and IKEv2
Stars: ✭ 4,356 (+24100%)
Mutual labels:  ipsec, docker-image
Flannel
flannel is a network fabric for containers, designed for Kubernetes
Stars: ✭ 6,905 (+38261.11%)
Mutual labels:  docker-image
Spilo
Highly available elephant herd: HA PostgreSQL cluster using Docker
Stars: ✭ 776 (+4211.11%)
Mutual labels:  docker-image
Azurite
A lightweight server clone of Azure Storage that simulates most of the commands supported by it with minimal dependencies
Stars: ✭ 810 (+4400%)
Mutual labels:  docker-image
Docker Dante Telegram
dante config builder for Telegram SOCKS-proxy & Dockerfile for building image with such proxy
Stars: ✭ 16 (-11.11%)
Mutual labels:  docker-image
Docker Bind
Dockerize BIND DNS server with webmin for DNS administration
Stars: ✭ 769 (+4172.22%)
Mutual labels:  docker-image
Bludit
Simple, Fast, Secure, Flat-File CMS
Stars: ✭ 824 (+4477.78%)
Mutual labels:  docker-image
Aria2 Pro Docker
Aria2 Pro | A perfect Aria2 Docker image | 更好用的 Aria2 Docker 容器镜像
Stars: ✭ 802 (+4355.56%)
Mutual labels:  docker-image
Jekyll Docker
⛴ Docker images, and CI builders for Jekyll.
Stars: ✭ 804 (+4366.67%)
Mutual labels:  docker-image
Scratch Node
Distroless Node.js Docker Images
Stars: ✭ 778 (+4222.22%)
Mutual labels:  docker-image
Datastream.io
An open-source framework for real-time anomaly detection using Python, ElasticSearch and Kibana
Stars: ✭ 814 (+4422.22%)
Mutual labels:  dashboard
Docker Node
Official Docker Image for Node.js 🐳 🐢 🚀
Stars: ✭ 6,873 (+38083.33%)
Mutual labels:  docker-image
Thinkvim
Vim configuration in the 21st century
Stars: ✭ 832 (+4522.22%)
Mutual labels:  dashboard
Bandwhich
Terminal bandwidth utilization tool
Stars: ✭ 6,737 (+37327.78%)
Mutual labels:  dashboard
Prometheus
Kubernetes Setup for Prometheus and Grafana
Stars: ✭ 824 (+4477.78%)
Mutual labels:  dashboard
Django Admin Bootstrap
Responsive Theme for Django Admin With Sidebar Menu
Stars: ✭ 787 (+4272.22%)
Mutual labels:  dashboard
Pa11y Dashboard
Pa11y Dashboard is a web interface which helps you monitor the accessibility of your websites
Stars: ✭ 787 (+4272.22%)
Mutual labels:  dashboard
Metasfresh
We do Open Source ERP - Fast, Flexible & Free Software to scale your Business.
Stars: ✭ 807 (+4383.33%)
Mutual labels:  docker-image

MPSec

ci naver-d2-fest oss2020 GitHub issues PR's Welcome

MPSec(Multipath Security) uses mptcp protocol, a multi-path transmission technology, to provide highly reliable networking that can effectively cope with network failure situations.

In addition, it has the following additional functions.

  • Environment configuration is very simple through Docker.
  • Real-time monitoring using Backoffice enables users to manage effectively.
  • Packets are encrypted by IPSec.
  • Network speed is improved when communicating with similar bandwidth.
  • Compatibility is good because it is possible to communicate with tcp protocol.

Please check Project details for more information.

Project Details

For details on project structure and technical design, please see the Project Readme.

Contributing

This project welcomes contributions and suggestions.

If you are interested in fixing issues and contributing directly to the code base, please see the document below.

Feedback

Quick Start

Auto Compile Advanced MPTCP Ubuntu Kernel

Just Run, Please wait a little longer. :)
The currently supported version is ubuntu:16.04

./set-up-ubuntu-16.04.sh   # The path is /MPSec/installer

Start MPSec

Pull the docker image and run it.
If Docker is not installed, install Docker through the following command.

Install Docker

curl -fsSL https://get.docker.com/ | sudo sh   # Install
sudo usermod -aG docker $USER                  # Give authority to the user who is currently connected
docker version                                 # Check installed

Login, Run(Pull) MPSec Docker

# docker login with `read:packages token`
docker login docker.pkg.github.com/mpsec/mpsec/mpsec-app -u {user.name} -p {read:packages token number}
docker run -d -p 1234:8080 docker.pkg.github.com/mpsec/mpsec/mpsec-app

Monitoring

Welcome

dashboard

MultiPath

Real-time measurement and display of four interface bandwidth

IPSec

Hide Packet

System Config

Real-time system config monitoring

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].