Heath123 / node-protodef

Describe your protocol, and read it with ease.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ProtoDef

NPM version Discord Gitter Irc Build Status Tonic Try it on gitpod

This is a node.js module to simplify defining, reading and writing binary blobs, whether they be internet protocols or files.

Installing

npm install ProtoDef

Usage

See example

Documentation

See the language independent ProtoDef specification.

  • api.md documents the exposed functions and classes
  • datatypes.md documents the default datatypes provided by Protodef.
  • newDatatypes.md explains how to create new datatypes for protodef
  • history.md is the releases history

Projects Using ProtoDef

About

Describe your protocol, and read it with ease.

License:MIT License


Languages

Language:JavaScript 100.0%