Giter Club home page Giter Club logo

sng_ss7mon's Introduction

1. Install Dependencies

	a) zeromq

	For more info see: http://www.zeromq.org/intro:get-the-software

	# wget http://download.zeromq.org/zeromq-2.2.0.tar.gz
	# tar -xzf zeromq-2.2.0.tar.gz
	# cd zeromq-2.2.0
	# ./configure --prefix=/usr/local
	# make && make install

	b) pyzmq (ZeroMQ Python Bindings, requires >= Python 2.7)

	For more info see: http://www.zeromq.org/bindings:python

	# wget --no-check-certificate https://github.com/zeromq/pyzmq/downloads/pyzmq-2.1.11.tar.gz
	# tar -xzf pyzmq-2.1.11.tar.gz
	# cd pyzmq-2.1.11
	# python setup.py configure --zmq=/usr/local
	# python setup.py install

2. Install sng_ss7mon

	# cd build/
	# cmake ..
	# make && make install

3. Run it

	# sng_ss7mon (no options to display help)

	Example of session to monitor span 1 channel 1 SS7 messages in both pcap and hex text format:

	# sng_ss7mon -dev s1c1 -pcap s1c1.pcap -log info -pcap_mtp2_hdr -syslog -hexdump s1c1.hex &> /dev/null &

	A helper application is included to retrieve real-time statistics

	Example to retrieve statistics from span 1 channel 1
	
	# ss7mon_cmd -d s1c1 -e stats

	Example to retrieve statistics from multiple channels in span 1
	
	# ss7mon_cmd -s 1 -c 1,30 -e stats


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.