diff options
Diffstat (limited to 'README.md')
| -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 | ||