Giter VIP home page Giter VIP logo

flowmonitor's Introduction

FlowMonitor

流量监控

##简介 监控进程流量,并记录流量信息。有助于了解流量的整体去向。

##功能

  • 外网流量监控,抛开内网,让流量看的更精准
  • 流量使用提醒
  • 流量使用记录,明白流量去向

##截图

##那啥 这个算是大一下学期的一个小玩意儿,自从学习了计网后对这些理解的更深了,算是咸丰年前的东西吧。但还是存在一些小的bug。然后现在想把界面、结构方面重写一遍,让他更快、更准。

##项目结构 |- app

|- AppConfig.cs (应用配置) 

|- bin

|- FlowMonitor.exe (程序主体)

|- flow_history.db (SQLite数据库,存放历史流量信息)

|- SharpPcap.dll (抓包)

|- PacketDotNet.dll (抓包)

|- RemindLibrary.dll (提醒窗口)

|- GetPIDByPort.dll (端口PID映射)

|- System.Data.SQLite.dll (SQLite数据库)

|- common

 |- AutoRun.cs (开机启动)
 
 |- CAAnimation.cs (动画的再次组装)
 
 |- SQLiteDBHelper.cs (SQLite操作辅助类)

|- core

 |- Converter.cs (转换类,WPF数据绑定的转换)
 
 |- Flow.cs (流量实体)
 
 |- FlowMonitor.cs (核心文件,负责抓包以及对包的分析,也就是流量监控)
 
 |- Histroy.cs (历史处理,实则是对db文件的处理)
 
 |- Remind.cs (提醒类,流量超过警告线发出提醒)

|- res (资源文件夹,存放控件、样式和图片)

|- windows (一系列window内容)

##开源协议 MIT

flowmonitor's People

Contributors

onewater 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.