Code Monkey home page Code Monkey logo

tipcutils's Introduction

TIPC utilities package for Linux README

Last updated: 08 Aug 2012


This directory contains a variety of utility programs for use with Linux TIPC,
including:

1) tipc-config
An application for run-time configuration and monitoring of TIPC.

2) PTTS (Portable TIPC Test Suite)
A basic sanity test suite that can be used to verify that major aspects of TIPC
are operating correctly.

3) TIPC demos
A collection of demo programs.  The benchmark and inventory simulation demos
can be helpful in stressing certain aspects of TIPC beyond the areas covered
by PTTS.

4) TIPC pipe
A netcat like program for tipc.


Building the utilities package
------------------------------
The master makefile for the utilities package allows you to build all programs
in a single operation.  (If desired, you can also build a specific utility
individually from its own sub-directory.)

If you cloned out the git repo you will need to run

   ./bootstrap

first, if you have the dist tarball you need only run:

    ./configure
    make

If the TIPC includes are not found for some reason, 
or you want to build agains a different set of kernel headers.
You need to specify this directory in the configure stage as:
    ./configure  CFLAGS=-I<path to directory containing linux/tipc.h>

Note: In the standard Linux kernel source tree, this directory is located
at <top of source tree>/include.

The build procedure produces executable programs in the various sub-directories
that make up the package.


TIPC utilities uses autoconf and automake, to customize your build please
see the autotools and automake manuals. A few common targets are

    make install
    make dist


Running the utilities package
-----------------------------
Consult the README file in each sub-directory for further details on using
the associated application.

tipcutils's People

Contributors

ajstephens avatar enilsca avatar sriramj1234 avatar hugne avatar larsgullik avatar rata avatar ying-xue avatar

Stargazers

 avatar ludo avatar  avatar Amin Aramoon avatar Chu Qingqing avatar  avatar 纸箱 avatar  avatar  avatar Iven li avatar  avatar  avatar Ming avatar  avatar  avatar 陆中州 avatar  avatar Andrei Bisceanu avatar  avatar  avatar Tony Xu avatar James Chan avatar  avatar  avatar Joachim Wiberg avatar Jerry George avatar Peter Hanecak avatar

Watchers

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