Giter Club home page Giter Club logo

commprotocol-1's Introduction

CommProtocol version 1.0.7b

Git hub to work on new Comm Protocol design.

Design Goals

  • Powerful
  • Robust
  • Adaptable

This Com Protocol should be able to handle data dynamically, without needing to be hardcoded in. This will allow programmers more flexibility to change and adapt based on the agreement from both ends of the link, without too much work on the library itself. It should be able to allow programmers to define what is needed to be sent between both parties, so that the maintainers of this library have room to optimize the library itself without having to figure out what needs to be sent.

Current Beta Features:

  • Cross-platform library (Linux/POSIX/Windows)
  • Supports Loose Coupling.
  • Allows connections via Serial, UDP, and Zigbee.
  • C# Wrapper
  • Designed in an Object Oriented manner to make it easier to use the library.

Features currently implementing:

  • TCP implementation
  • AES Encryptions for protocol.
  • JNI Wrapping for communications use.
  • Network Automation
  • Publish/Subscribe designing

Setting Up CommProtocol

Building CommProtocol should be relatively easy, you will need the following tools in order to make your life easier:

  • CMake (At least 2.8 and above)
  • Visual Studio 2013+ (if using windows)
  • GCC 4.8+ (if using linux/posix operating systems)

Simply download this repository (Clone if you will), navigate to the directory/folder of where you cloned this repository, and create a new folder called "build." inside this build directory, you will open a command prompt (or bash shell) inside and use the following command:

cmake -Dtest=ON ../

Which will execute the cmake build for CommProtocol. When finished, you will either see the .sln project of NGCP-Comnet-v2 (on Windows) OR a makefile for Linux.
If you are on Windows, simply open the .sln file which will hold all files and projects for CommProtocol, and compile from the ALL_BUILDS project.
If you are on Linux, simply call inside the current directory (assuming you are still in "build" directory):

make

Which will compile all the projects for CommProtocol.

#Note CommProtocol Library requires libxbee3 to execute copy the file to your bin folder (ie .exe)

  • Windows {build dir}\libxbee3(debug or release)\libxbee3.dll
  • Linux: {build dir}\libxbee3\libxbee3.o

Design Analysis

Coming soon...

commprotocol-1's People

Contributors

cheezboiger avatar michaelwallace30 avatar jester565 avatar

Watchers

James Cloos avatar  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.