Skip to content

maierfelix/pkmngo-proto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pokemon GO Protocol Wrapper

Pokemon GO protocol buffer, running by protobufjs, so no google/protobuf conflicts.

Same architecture as rastapasta/pokemon-go-protobuf-node.

Install

$ npm install --save pkmngo-proto

Usage

var proto = require('pkmngo-proto');
console.log(proto.info());

// get a buffer somewhere
var data = proto.parse(buffer, "POGOProtos.Networking.Envelopes.ResponseEnvelope");

// Do stuff with data

About

Pokemon GO Protocol Wrapper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published