Skip to content

ctbarbour/ecurvecp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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