Giter Site home page Giter Site logo

easymc's Introduction

Welcome to easymc
******************

easymc is a simple message channel library that provides two 
common communication patterns.Its job is to define how multiple 
applications communicate.Supports two communications:
1.  IPC:Shared Memory
2.  TCP:Transmission Control Protocol

The following two protocols are currently available:
1.  REQREP:allow a question and answer approach to use requests
2.  SUBPUB:distributes messages to large sets of interested subscribers 

Build it
*********

1.  Get the package.
2.  Go to the root directory of the package.
3.  mkdir build_gnc
4.  cd build_gnc
5.  run "cmake .."
6.  make
7.  make check
8.  sudo make install

Build it on Windows
********************

1.  Get the package.
2.  run "cmake-gui"
3.  Select the source and binaries directory
4.  click "Configure"
5.  click "Generate"
6.  Go to the binaries directory
7.  Open the easymc.sln file using MSVC IDE.
8.  Build the entire solution.

Resources
**********
Website: http://easymc.org

Source code: https://github.com/easymc/easymc

easymc's People

Contributors

easymc avatar

Stargazers

mickelfeng avatar

Watchers

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