Coder Social home page Coder Social logo

pogoprotos's Introduction

POGOProtos Build Status Donate

alt text The contents of this repo are a proof of concept and are for educational use onlyalt text

This repository contains the ProtoBuf .proto files needed to decode the PokémonGo RPC.

Versioning

We are following semantic versioning for POGOProtos. Every version will be mapped to their current PokémonGo version.

Version Base Notes Extra
2.53.1 v0.191.2 Compatible Protocol Buffers v3.14.0
2.53.0 v0.191.2 Compatible (rpc only) This version cant not uses base/raw* but uses base/v0.191.2.proto
2.52.9 v0.191.0 Obfuscated (auto clean test) Protocol Buffers v3.13.0
2.52.7 v0.187.x 3/4 cleanned Protocol Buffers v3.13.0
2.52.2 v0.181.0 * ( or base.proto) * Compatible Protocol Buffers v3.13.0

Usage

If you want to figure out the current version in an automated system, use this file. .current-version Note: This file will contain pre-release versions too.

Preparation

Current recommended protoc version: "Protocol Buffers v3.14.0". You can find download links here.

Windows

Be sure to add protoc to your environmental path.

*nix

Ensure that you have the newest version of protoc installed.

OS X

Use homebrew to install protobuf with brew install --devel protobuf.

Compilation

The compilation creates output specifically for the target language, i.e. respecting naming conventions, etc.
This is an example of how the generated code will be organized:

Compile last raw
  • Note: the *.desc file is auto created in this function
python compile_base.py -l cpp -1 -k:
 - v0.191.2.proto -> out/single_file/cpp/POGOProtos.Rpc.desc
 -                -> out/single_file/cpp/POGOProtos.Rpc.pb.cc
 -                -> out/single_file/cpp/POGOProtos.Rpc.pb.h
 -                -> out/single_file/cpp/POGOProtos.Rpc.proto

Compile src with rpc

  • python compile_base.py -g -r -1 (Generate new Rpc.proto)
  • python compile_src.py cpp [Optional --include_imports --include_source_info --generate_desc]

Addons as json

Additional resources Source Status
V2_GAME_MASTER Root OK
GAME_MASTER Root OK
ASSET_DIGEST Root OK

Code sources initial and credits

pogoprotos's People

Contributors

furtif avatar aeonlucid avatar grover-c13 avatar rastapasta avatar dmadisetti avatar celandro avatar alucas avatar zechrales avatar nicoschmitt avatar 123flo321 avatar zeevallin avatar relrod avatar cyraxx avatar ibotpeaches avatar laverdet avatar nostrademous avatar spl3en avatar wallycz avatar igio90 avatar fkloft avatar lord-haji avatar lennix avatar mjmjelde avatar gegy avatar shargon avatar kvey avatar daangroot avatar noctem avatar drdelay avatar dev7355608 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.