-
released this
2025-12-01 23:21:07 +00:00 | 8 commits to main since this release📅 Originally published on GitHub: Mon, 01 Dec 2025 23:22:19 GMT
🏷️ Git tag created: Mon, 01 Dec 2025 23:21:07 GMT- fix decoding chunks that have subchunks but 0 data length
Full Changelog: https://github.com/jwetzell/psn-go/compare/v0.2.0...v0.2.1
Downloads
-
released this
2025-10-17 20:35:11 +00:00 | 9 commits to main since this release📅 Originally published on GitHub: Mon, 24 Nov 2025 14:18:03 GMT
🏷️ Git tag created: Fri, 17 Oct 2025 20:35:11 GMTWhat's Changed
- add test case to check error scenario in chunk decoder by @jwetzell in https://github.com/jwetzell/psn-go/pull/3
- move types out of decoders package by @jwetzell in https://github.com/jwetzell/psn-go/pull/4
Full Changelog: https://github.com/jwetzell/psn-go/compare/v0.1.0...v0.2.0
Downloads
-
released this
2024-12-20 02:50:25 +00:00 | 36 commits to main since this release📅 Originally published on GitHub: Fri, 20 Dec 2024 02:57:49 GMT
🏷️ Git tag created: Fri, 20 Dec 2024 02:50:25 GMTBasic working library. Encoding and decoding work and there are high level structs for things like trackers.
- tested against the example psn_server/psn_client from VYV
- tested against grandMA3 on PC
- examples including ports of VYV examples psn_server/psn_client
Disclaimers
- this library does not do communication simply byte level encoding/decoding
- not really any (read no) error handling
- still not sure about the Go-isms I'm missing out on
Downloads
mirror of
https://github.com/jwetzell/psn-go.git
synced 2026-08-06 07:53:45 +00:00