Giter Club home page Giter Club logo

libvsl's Introduction

INTRO
LibVSL is a library for creating secure virtual networks. It is different from any other VPN library because it is following the same approach as TOR in creating a secure AND anonymous network where nobody really knows who anybody else is. 

LibVSL uses raw datagrams for transfering all data and implements a connection layer on top of that. This also allows LibVSL to work like bittorrent and access nodes that are behind firewall. 

COMPILING
You will need openssl installed with the required libraries (libssl 
and libcrypt). 

apt-get install openssl

(you may need a few other things to compile it that I may not know of, 
but the error messages from the compiler will probably tell you enough 
information on which files are missing so that you can install them). 
Contact me at [email protected] if you come across files that 
are missing so I can update these instructions.. 

Then you may need to compile UDT library. If the .a file that comes in 
the repository does not work, go to the udt source directory and do 
"make" there. Then copy the .a file to "lib". 

Then do "make". 

The resulting program is called gclient. 

CERTIFFICATES

You will need to create client.crt/client.key and 
server.crt/server.key. These are private and public keys for the 
client and the server (ie connecting sockets and listening sockets). 

You can create these files using the command line in makecerts.sh file 
that you have in the main directory. 

USAGE

Check out the tests directory for example usage. You can also look at the client program supplied in gclient.cpp. 

LICENSE
Standard GPL v3

libvsl's People

Contributors

martinvolk avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.