Decoding Pokémon Go RPC Protobufs
Summary of my bookmarked Github repositories from Aug 3rd, 2016
Github repositories
- AeonLucid/POGOProtos
POGOProtos is a repository containing the ProtoBuf .proto files used for decoding PokémonGo RPC. However, the project is no longer maintained. It is recommended to use the forked project at https://github.com/Furtif/POGOProtos instead. The repository provides versioning information, including corresponding Android and iOS versions for each POGOProtos release. If you need the current version in an automated system, refer to the .current-version file. The repository also offers preparation steps for different operating systems and provides compilation examples for various target languages. Additionally, there are links to libraries for direct usage of POGOProtos in different programming languages.