Git Product home page Git Product logo

protocollearn's Introduction

ProtocolLearn

ProtocolLearn's Logo

Overview

ProtocolLearn is a C++ Network library for linux that pointed in Low level networking. ProtocolLearn is also providing an API for creating of new protocols.

Get ProtocolLearn:

Note: ProtocolLearn uses Git Submodules, therefore, the regular 'git clone [url]' command will download only the base repository without the submodules.

To download ProtocolLearn, run the following lines:

git clone --recursive [email protected]:ProtocolLearn/ProtocolLearn.git

Getting Started

You can see the Getting Started article in the wiki. If you want to see examples of the using of ProtocolLearn, you can open the Examples repository. If you interesting in a specific type of ProtocolLearn, please visit ProtocolLearn's Wiki.

ProtocolLearn Parts:

ProtoclLearn has three general parts:

  • Utilities: Contains the core of ProtocolLearn: Types, Addresses (eg. Ipv4Address), helpers (StringFunctions, VectorFunctions, ByteOrder) and more.
  • Protocols: Contains implomented protocols (eg. Ethernet and Ipv4).
  • Examples and Libraries: In "Examples", there are examples for the usage of ProtocolLearn's implomented protocols. "Libraries" contains examples too, but with an option to add the example into your project.

Build

First of all, you must have Linux machine, CMake, and GCC.

Open ProtocolLearn directory and run the build script:

$ cd ~/ProtocolLearn
$ ./Build/Build.sh

It will take a few minutes. Your executable files will be in the build directory.

protocollearn's People

Contributors

shrek0 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.