Eleuth p2p
Eleuth Open Source project focuses on creating p2p (decentralized) network for secured and anonymous messaging.
Pinned Repositories
dht-sample
Distributed Hash Table sample using Kademlia API, Spring Boot and ROW
eleuth
Eleuth p2p node for decentralized messaging
eleuth-server
Eleuth server node
kademlia-api
Java Kademlia Library. Highly configurable, Generic and very abstract to cover most usage scenarios.
kademlia-netty
Java implementation of Kademlia DHT using netty and abstraction layer
kademlia-netty-standalone-test
Test server for kademlia netty
kademlia-serialization-api
Kademlia Message Serializer API
kademlia-serialization-gson
Gson implementation of Kademlia serialization api
row-server-starter
ROW | Rest Over Websocket | Spring boot websocket that wrapps rest
somnia
Decentralized storage with private trust. Powered by Spring Boot, MongoDB and Kademlia algorithm.
Eleuth p2p's Repositories
ep2p/kademlia-api
Java Kademlia Library. Highly configurable, Generic and very abstract to cover most usage scenarios.
ep2p/row-server-starter
ROW | Rest Over Websocket | Spring boot websocket that wrapps rest
ep2p/dht-sample
Distributed Hash Table sample using Kademlia API, Spring Boot and ROW
ep2p/kademlia-netty
Java implementation of Kademlia DHT using netty and abstraction layer
ep2p/somnia
Decentralized storage with private trust. Powered by Spring Boot, MongoDB and Kademlia algorithm.
ep2p/eleuth
Eleuth p2p node for decentralized messaging
ep2p/eleuth-server
Eleuth server node
ep2p/kademlia-netty-standalone-test
Test server for kademlia netty
ep2p/kademlia-serialization-api
Kademlia Message Serializer API
ep2p/kademlia-serialization-gson
Gson implementation of Kademlia serialization api
ep2p/row-demo
Demo Project for ROW
ep2p/website
EP2P Landing page
ep2p/.github
EP2P Introduction
ep2p/eleuth-ideas
This repository contains ideas that comes to my mind about eleuth project.
ep2p/encryption-core
Java classes, helpers and utils for Eleuth
ep2p/layers-api
Interface (API) for different layers of eleuth node app
ep2p/row-client
Java client for ROW
ep2p/row-client-server-starter-test
A test service to run 2 instance of row-client-server and check if websocket reuse works.
ep2p/row-client-starter
Row client starter for springboot
ep2p/row-reuse-starter
A spring boot starter to run both row server and client and help reusing websocket connection.
ep2p/somnia-sample
Sample application made on top of Somnia
ep2p/springboot-row-client-demo
Example (demo) for spring-row-starter