Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

azurlane-protocol-parser

Parses .proto profobuf network protocol files for the mobile game Azur Lane from LUA source. If you need help about where to find the source for protocol, you probably don't need this.

Usage

const fs = require("fs");
const { parse } = require("azurlane-protocol-parser");

const parsedFile = parse(protocolFileSource);
fs.writeFileSync(filePath, parsedFile);

About

Parser to obtain Azur Lane protocol definitions from LUA source.

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages