An open API service indexing awesome lists of open source software.

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)

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)

![Screenshot 1](https://i.imgur.com/RxLDSiU.png)

## 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
```