Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/somecat1996/SniffCat
Curriculum design of Computer Communication and Network
https://github.com/somecat1996/SniffCat
Last synced: 3 months ago
JSON representation
Curriculum design of Computer Communication and Network
- Host: GitHub
- URL: https://github.com/somecat1996/SniffCat
- Owner: somecat1996
- License: mit
- Created: 2018-03-04T16:34:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-03-05T13:56:00.000Z (over 6 years ago)
- Last Synced: 2024-05-22T19:33:27.101Z (6 months ago)
- Language: Python
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-scs - 2017 - SniffCat
README
# SniffCat
> Curriculum design of Computer Communication and Network
- 环境:python3.6
- 依赖库:
* `scapy`
* `wxpython`
* `wmi`
* `netifaces`
* `cx_Freeze`
* `py2app`
- 平台:Windows 平台可用,macOS 中会出现丢包 bug
- 编译方法:若将其编译为可执行文件,请在命令行下进入本目录,Windows 系统运行`python setup.py build`,macOS系统运行`python setup.py py2app`