Giter VIP home page Giter VIP logo

impd4e's Introduction

/*
 * impd4e - a small network probe which allows to monitor and sample datagrams 
 * from the network based on hash-based packet selection. 
 * 
 * Copyright (c) 2011
 *
 * Fraunhofer FOKUS  
 * www.fokus.fraunhofer.de
 *
 * in cooperation with
 *
 * Technical University Berlin
 * www.av.tu-berlin.de
 *
 * For questions/comments contact [email protected]
 *
 * This program is free software; you can redistribute it and/or modify it under the 
 * terms of the GNU General Public License as published by the Free Software Foundation;
 * either version 3 of the License, or (at your option) any later version.
 *
 * This program is distributed in the hope that it will be useful, but WITHOUT 
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 
 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more
 * details.
 *
 * You should have received a copy of the GNU General Public License along with 
 * this program; if not, see <http://www.gnu.org/licenses/>.
 */

For Installation Instruction please refer to INSTALL


/** @mainpage impd4e - Internet Measurement Probe for Embedded Devices

This package contains a small network probe which allows to monitor and 
sample datagrams from the network. Based on the hash-based selection algorithm (cf. [RFC5475])
the selected datagrams will be the same on every point in the network.
Hash-based packet selection takes parts of the packet as the input for a hash function. 
In case the hash value falls into a predefined selection range the packet is selected. 
In case selection range, hash function, and the inout for the hash function is the same, the selection
on every node will be the same.  

The measurement probe exports packet IDs and relevant information via the standardized IPFIX protocol. 
 
The impd4e tool exports the fields via IPFIX depending on the
use of the -t parameter. See templates.h for details.

This package makes use of the Fraunhofer FOKUS "libipfix" library which
must be installed prior to compilation of impd4e.
https://sourceforge.net/projects/libipfix/ (make sure to use the impd4e version)

This package also requires libev, which can be downloaded from
http://dist.schmorp.de/libev/

You can download the latest version of impd4e from:
https://sourceforge.net/projects/impd4e/


Please send inquiries/comments/reports to [email protected]
*/

impd4e's People

Contributors

ramasek avatar flash64 avatar caschmoll avatar

Watchers

James Cloos avatar  avatar Yahya Al-Hazmi avatar

Forkers

wangyx0055

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.