Skip to content

ctbarbour/ecurvecp

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ecurvecp - Secure Transport Protocol

(WARNING: This project is untested in a production environment. Do not use in production.)

ecurvecp is based on CurveCP but has more in common with CurveZMQ.

Protocol

Rather than poorly describing the protocols in my own words, I recommend reading:

CurveCP CurveZMQ Codes In Choas

Differences from CurveCP

  • TCP instead of UDP
  • Atomic messages instead of streams
  • No additional availability guarantees
  • Not NAT compatible
  • No IP roaming.

Build

ecurvecp depends on enacl which depends on libsodium. Make sure to install libsodium before continuing.

$ brew install libsodium

With libsodium installed we can build:

$ ./rebar3 compile

About

CurveCP / CurveZMQ Handshake

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published