Git Product home page Git Product logo

nimn's Introduction

New in my net Build Status

Description: Find new devices in my network.

Copyright: 2018 Fabio Castelli (Muflone) <muflone(at)vbsimple.net>

License: GPL-2+

Source code: https://github.com/muflone/nimn

Documentation: http://www.muflone.com/nimn/

System Requirements

  • Python 2.x or 3.x
  • XDG library for Python
  • Distutils library for Python (usually shipped with Python distribution)

External tools:

  • ping with NET RAW capabilities (see below)
  • arping with NET RAW capabilities (see below)

Installation

A distutils installation script is available to install from the sources.

To install in your system please use:

cd /path/to/folder
python2 setup.py install

To install the files in another path instead of the standard /usr prefix use:

cd /path/to/folder
python2 setup.py install --root NEW_PATH

Usage

If the application is not installed please use:

cd /path/to/folder
python2 nimn.py

If the application was installed simply use the nimn command.

NET RAW capabilities

Under GNU/Linux the ping and arping external tools need to have CAP_NET_RAW capabilities which can be accomplished using:

setcap 'cap_net_raw+ep' PATH_TO_TOOL

If the binary tools are under /usr/bin for example you can use:

setcap 'cap_net_raw+ep' /usr/bin/ping
setcap 'cap_net_raw+ep' /usr/bin/arping

nimn's People

Stargazers

 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.