mfabrik.scanner
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Easy network scanning for Python
Introduction
============

mfabrik.scanner is a Python application for easy network scanning.

The application itself is simple, but the dependency and download process is complex.
The application is distirbuted as `buildout `_ file which will
download, configure, compile and install necessary dependencies

* libpcap

* libdnet

* Python libpcap wrapper

* Python libdnet wrapper

* `scapy `_

* mfabrik.scanner

Buildout will take care of it that you can actually use pcap and dnet Python modules - 
they are not distributed or packaged in modern manner and made easily available on PyPi.
This is were `hexagonit.recipe.cmmi - compile, make. make install buildout recipe `_
will save you. We do pretty nasty things like running Python code in pre-configure-hooks
to set-up buildout properly.

Because the procedure heavily depends on freely available development tools,
like C compiler, Windows users may or may not find this useful. 

Installation
============

Checkout the source from Github using Git.

Example::
	
	git 
	python bootstrap.by
	bin/buildout
	
Usage
=====

Example::

	bin/scanner
	
Kudos
-----

* 
	
Author
------

`mFabrik Research Oy `_ - Python and Plone professionals for hire.

* `mFabrik web site `_ 

* `mFabrik mobile site `_ 

* `Blog `_



本源码包内暂不包含可直接显示的源代码文件,请下载源码包。