diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-06-15 13:58:30 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-15 13:58:30 +0300 |
| commit | 77e4b066cb8d506b4bc944ab4eb2d6e4679e2202 (patch) | |
| tree | 1d549eca619ed36cb881e487cb054c4643ac8376 /README.md | |
| parent | change project name to sdp.go (diff) | |
| download | sdp.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.md | 6 |
1 files changed, 5 insertions, 1 deletions
| @@ -1,6 +1,7 @@ | |||
| 1 | # sdp.go [](https://goreportcard.com/report/github.com/pektezol/sdp.go) [](https://github.com/pektezol/sdp.go/blob/main/LICENSE) | 1 | # sdp.go [](https://goreportcard.com/report/github.com/pektezol/sdp.go) [](https://github.com/pektezol/sdp.go/blob/main/LICENSE) |
| 2 | 2 | ||
| 3 | Source Demo Parser for Portal 2 written in Golang. | 3 | Source Demo Parser written in Golang. |
| 4 | Currently 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 | ||