https://github.com/ntdls/ip-traffic-spy
Allows you to easily watch the data that is being passed back and forth from your computer and other computers on the internet or network.
https://github.com/ntdls/ip-traffic-spy
internet networking showcase sockets system
Last synced: about 2 months ago
JSON representation
Allows you to easily watch the data that is being passed back and forth from your computer and other computers on the internet or network.
- Host: GitHub
- URL: https://github.com/ntdls/ip-traffic-spy
- Owner: NTDLS
- License: mit
- Created: 2018-04-10T00:41:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-21T16:57:50.000Z (6 months ago)
- Last Synced: 2024-11-21T17:42:49.246Z (6 months ago)
- Topics: internet, networking, showcase, sockets, system
- Language: C++
- Homepage:
- Size: 223 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IP-Traffic-Spy
Allows you to easily watch the data that is being passed back and forth from your computer and other computers on the internet or network. This is accomplished by reading the raw TCP/IP packets that are processed by your network adapter and displaying them in a user friendly fashion.Especially fun on older networks with HUBs (as opposed to switches) where data is frequently broadcast and essential when debugging intentional network broadcasting.
