A go library and tools for Phantasy Star Online 2
This project's import prefix is aaronlindsay.com/go/pkg/pso2
pso2-download is an alternate launcher, patcher, and downloader for PSO2.
The pso2-net
command can be used to set up servers. Example usage to set up
and run a PSO2 proxy:
go get aaronlindsay.com/go/pkg/pso2/cmd/pso2-net
$GOPATH/bin/pso2-net -priv serverkey.pem -pub segakey.pem
See PSO2Proxy for instructions on
creating and retrieving these key files. Try -help
for a list of additional
options the tool accepts.
A PSO2 protocol library with server, client, and proxy implementations. See
cmd/pso2-net
for usage examples.
Contains data structures and parsing tools for handling game packets.
Copyright (C) 2014 Aaron Lindsay
This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See the COPYING file for more details.