Skip to content

Sinope-Nanto/rats-tls-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rats-tls-test

Build Requirements

  • git
  • make & cmake
  • gcc
  • libssl-dev

Compile & Install

git clone [email protected]:Sinope-Nanto/rats-tls-test.git
cd rats-tls-test
git submodule init
git submodule update
cd src
mkdir build && cd build
cmake ..
sudo make install

Run Samples

cd rats-tls-test/rats-tls-client
./install.sh
cd ../rats-tls-server
./install.sh
cd ../samples
./server.sh
(another terminal)
./client.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published