Skip to content

Randati/cjdrs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cjdrs – cjdns implementation in Rust

Build Status

cjdrs will be an implementation of the cjdns protocol. Currently very much incomplete and not usable in any way.

Getting it up and running

# Install Rust and Cargo
curl -s https://static.rust-lang.org/rustup.sh | sudo sh

# Install libsodium
wget https://download.libsodium.org/libsodium/releases/libsodium-1.0.2.tar.gz
tar -zxvf libsodium-1.0.2.tar.gz
cd libsodium-1.0.2
./configure --prefix=/usr
make && make check
sudo make install
cd ..

# Clone repository
git clone https://github.com/Randati/cjdrs.git
cd cjdrs

cargo build               # Build
cargo test                # Run tests
./target/cjdrs init       # Generate configuration file
editor cjdrs.conf         # Edit configuration
sudo ./target/cjdrs run   # Run

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages