aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2024-06-15 13:58:30 +0300
committerGitHub <noreply@github.com>2024-06-15 13:58:30 +0300
commit77e4b066cb8d506b4bc944ab4eb2d6e4679e2202 (patch)
tree1d549eca619ed36cb881e487cb054c4643ac8376 /README.md
parentchange project name to sdp.go (diff)
downloadsdp.go-77e4b066cb8d506b4bc944ab4eb2d6e4679e2202.tar.gz
sdp.go-77e4b066cb8d506b4bc944ab4eb2d6e4679e2202.tar.bz2
sdp.go-77e4b066cb8d506b4bc944ab4eb2d6e4679e2202.zip
enable multithreading with goroutines (#20)
Diffstat (limited to '')
-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