davidharabagiu / sand

SAND specification and implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SAND

This repository contains the specification and implementation of the SAND protocol. SAND is a recursive acronym for SAND Anonymous Distribution. It is a protocol which can be used for distributing large files on the internet, built around the principle of anonimity. You can find out more about it by reading the white paper.

Documentation

Building

Dependencies

  • clang-format 10
  • CMake 3.17
  • Boost 1.75
  • OpenSLL 1.1.1k
  • nlohmann/json 3.9.1
  • GTest 1.10
  • GMock 1.10
  • glog 0.4

Building from git

WIP

Build-time customization

WIP

Development

SAND is still in an early stage of development.

About

SAND specification and implementation

License:GNU General Public License v3.0


Languages

Language:C++ 98.1%Language:CMake 1.8%Language:C 0.1%