https://github.com/pektezol/sdp.go
Source Demo Parser written in Golang.
https://github.com/pektezol/sdp.go
demo go golang parser portal2 sdp source
Last synced: 4 months ago
JSON representation
Source Demo Parser written in Golang.
- Host: GitHub
- URL: https://github.com/pektezol/sdp.go
- Owner: pektezol
- License: mit
- Created: 2022-08-27T10:02:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-15T11:01:58.000Z (about 1 year ago)
- Last Synced: 2025-02-13T01:05:43.678Z (5 months ago)
- Topics: demo, go, golang, parser, portal2, sdp, source
- Language: Go
- Homepage:
- Size: 181 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sdp.go [](https://pkg.go.dev/github.com/pektezol/sdp.go) [](https://goreportcard.com/report/github.com/pektezol/sdp.go) [](https://github.com/pektezol/sdp.go/blob/main/LICENSE)
Source Demo Parser written in Golang.
Currently supports Portal 2.## Couldn't Do This Without Them
- [@UncraftedName](https://github.com/UncraftedName): For [UntitledParser](https://github.com/UncraftedName/UntitledParser)
- [@NeKzor](https://github.com/NeKzor): For [dem.nekz.me](https://dem.nekz.me)## Usage
```bash
$ ./parser demo.dem$ ./parser demos/
```## Currently Supports
- File or folder input using the CLI.
- API calls over library import.
- Either pretty text or JSON output.
- Parsing of demo headers and each (most) message type.
- Parsing of packet classes.
- Custom injected SAR data parsing.
- Multi-threaded parsing over multiple demos.## TODO
- In-depth packet class parsing for each class. ([#7][i7])
- Entity parsing. ([#17][i17])[i7]: https://github.com/pektezol/sdp.go/issues/7
[i17]: https://github.com/pektezol/sdp.go/issues/17