Skip to content

Commit f27769d

Browse files
committed
fix formatting
1 parent 1220aa9 commit f27769d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,18 @@
22

33
packet-logger is a plugin that simply tracks the packets coming and going from your server and
44
displays it in a digestible and easy graph.
5+
56
---
7+
68
### 🛠 How Does It Work?
79
packet-logger collects anonymous packet data from your server and the clients connected to your server
810
which is then saved into a SQLite file every 5 seconds by default.
911

1012
You can then simply download the SQLite file and parse it using the provided Python script
1113
to analyze the amount of packets and size of those packets.
14+
1215
---
16+
1317
### 🐍 Analyze Using the Python Script
1418
> [!NOTE]
1519
> This script was tested with Python 3.11.4 and Plotly 5.24.1

0 commit comments

Comments
 (0)