Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gfleury/solo
P2P VPN service
https://github.com/gfleury/solo
iot libp2p p2p sdn vpn
Last synced: 3 months ago
JSON representation
P2P VPN service
- Host: GitHub
- URL: https://github.com/gfleury/solo
- Owner: gfleury
- Created: 2023-09-15T11:30:11.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-01T08:11:36.000Z (3 months ago)
- Last Synced: 2024-11-01T08:26:37.388Z (3 months ago)
- Topics: iot, libp2p, p2p, sdn, vpn
- Language: Go
- Homepage:
- Size: 410 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# solo VPN
Fully p2p VPN service. Inspired by github.com/mudler/edgevpn.
- Easy creation of software defined networks
- Connect many hosts in a mesh network
- Connectivity using libp2p [https://libp2p.io/]
- Inter node trust using Ed25519 public/private keys
- VPN streams encrytion using Noise with node keys (which goes on top of libp2p encryption)
- GZIP packet compressionAccess https://web.fleury.gg, login and create a network.
Host:
```
$ ./solo register
$ sh node2.sh
```Copy the code it will generate go back into https://web.fleury.gg
and add a new host and use the code to register the node into a
specific network. Repeat in many hosts as you like.It might take up to 1 minute to synchronize all streams.