aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 84d0f08..3872967 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
1# sdp.go [![Go Report Card](https://goreportcard.com/badge/github.com/pektezol/sdp.go)](https://goreportcard.com/report/github.com/pektezol/sdp.go) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/pektezol/sdp.go/blob/main/LICENSE) 1# sdp.go [![Go Report Card](https://goreportcard.com/badge/github.com/pektezol/sdp.go)](https://goreportcard.com/report/github.com/pektezol/sdp.go) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/pektezol/sdp.go/blob/main/LICENSE)
2 2
3Source Demo Parser for Portal 2 written in Golang. 3Source Demo Parser written in Golang.
4Currently supports Portal 2.
4 5
5## Couldn't Do This Without Them 6## Couldn't Do This Without Them
6 7
@@ -18,9 +19,12 @@ $ ./parser demos/
18## Currently Supports 19## Currently Supports
19 20
20- File or folder input using the CLI. 21- File or folder input using the CLI.
22- API calls over library import.
23- Either pretty text or JSON output.
21- Parsing of demo headers and each (most) message type. 24- Parsing of demo headers and each (most) message type.
22- Parsing of packet classes. 25- Parsing of packet classes.
23- Custom injected SAR data parsing. 26- Custom injected SAR data parsing.
27- Multi-threaded parsing over multiple demos.
24 28
25## TODO 29## TODO
26 30