Git Product home page Git Product logo

libmini-ipc's Introduction

MiniIPC

MiniIPC is a base system library for Linux or other OS. It is aimed to make userspace system designing goes quick and easy, you can easily build your own system rootfs based on MiniIPC library. One can create your applications using this library for open source projects or commercial projects.

This library drivers your applications to run by messages. Every application will create its own message queue and will wait for the messages to come. Developers can implement their requirements when the right message comes. This library makes your work team to co-work easily, because everyone can implements, compiles and tests his own applications at the same time. Big applications which have many functions, variables and threads are complicated to maintain. MiniIPC trys to avoid this case: "one project, one application". Once you use MiniIPC library, it gives you a choice to make project as a series of applications communicated with echo other. Every application just needs to focus on one service or one function.

Compile

There is an Makefile in the source code directory. Just using:

make
make test

will compile the library and the test samples.

If you want cross compile, modify the Makefile:

CC=gcc
STRIP=strip

set these environment variables to the right cross compile tools.

Usage

The API interface can be seen in include directory. You should include the .h in it and compile your applications with '-lmini-ipc -lrt -lpthread' and '-L{MiniIPCLIB}'. You can see the sample code in samples directory.

libmini-ipc's People

Contributors

rikeyone avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 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.