Coder Social home page Coder Social logo

vaginessa / netwatch-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from emanuele-f/netwatch

0.0 1.0 0.0 2.95 MB

Netwatch is a tool to monitor the presence of the devices into a network.

License: GNU General Public License v3.0

Python 16.12% Makefile 0.27% C 10.18% HTML 8.67% CSS 62.69% JavaScript 2.07%

netwatch-1's Introduction

Netwatch

Netwatch - a tool to monitor the presence of the devices into a network.

alt text

Here is a list of features Netwatch provides:

  • Active/passive devices monitoring
  • Timeline data visualization of a specific time frame
  • Group the devices into people to get a per-person presence timeline
  • Automatically determine device name from network traffic
  • Manually assign a name to a device mac address

In order to do its job, Netwatch uses a combination of passive and active scanning techniques. Active scanning is only used as fallback method to verify a device presence when passive scanning fails. It is nevertheless possible to disable active scanning on a device basis or turn off periodic active scan to have a passive-only (stealth) solution.

Dependecies

In order to run Netwatch, you will need to satisfy the following dependencies:

  • python2
  • python2-webpy
  • python2-pysqlite
  • python2-prctl
  • libdnet
  • python2-dev (for C modules compilation)

Build

Netwatch is written in python but requires some C modules to implement the low level stuff. Before running Netwatch you will need to execute the following commands:

cd c_modules
make
cd ..

Run

After building the C modules, you can run netwatch with the following command:

sudo ./main.py

Note: you should add -u user option to drop the privileges to the specified user.

You can now visit the page http://127.0.0.1:8000/ from your browser to access the Netwatch gui.

System wide installation is not curretly supported. You can modify the sample service file packages/netwatch.service to run the program at startup.

Licence

Netwatch is under the GPL 3 license.

TODO 0.1

  • Add no data view
  • People timeline
  • Handle login

TODO 0.2

  • Unknown devices filter

netwatch-1's People

Contributors

emanuele-f avatar

Watchers

 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.