Skip to content

Parser to obtain Azur Lane protocol definitions from LUA source.

Notifications You must be signed in to change notification settings

Saegusae/azurlane-protocol-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published