https://github.com/mathieu2301/packet-tool
Simple, modern and intuitive tool to sniff, save, compare and analyse TCP/UDP packets. (Created for Among Us)
https://github.com/mathieu2301/packet-tool
among-us amongus nodejs packet packet-capture packet-sniffer sniffer tcp udp
Last synced: 8 months ago
JSON representation
Simple, modern and intuitive tool to sniff, save, compare and analyse TCP/UDP packets. (Created for Among Us)
- Host: GitHub
- URL: https://github.com/mathieu2301/packet-tool
- Owner: Mathieu2301
- Created: 2020-11-20T18:23:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-20T08:07:44.000Z (over 4 years ago)
- Last Synced: 2025-08-11T00:27:04.711Z (10 months ago)
- Topics: among-us, amongus, nodejs, packet, packet-capture, packet-sniffer, sniffer, tcp, udp
- Language: Vue
- Homepage:
- Size: 15.6 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Packet Tool
Simple, modern and intuitive tool to sniff, save, compare and analyse TCP/UDP packets. (Created for Among Us)

## Project setup
```
npm i && cd ./vue-ui && npm i
```
### Start server
```
npm start
```
### Start UI for development
```
cd ./vue-ui && npm run serve
```
### Compiles
```
cd ./vue-ui && npm run build
```