From 77e4b066cb8d506b4bc944ab4eb2d6e4679e2202 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Sat, 15 Jun 2024 13:58:30 +0300 Subject: enable multithreading with goroutines (#20) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 84d0f08..3872967 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # 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) -Source Demo Parser for Portal 2 written in Golang. +Source Demo Parser written in Golang. +Currently supports Portal 2. ## Couldn't Do This Without Them @@ -18,9 +19,12 @@ $ ./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 -- cgit v1.2.3