1.2.2 • Published 8 years ago

@roblabla/protodef v1.2.2

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

ProtoDef

NPM version Join the chat at https://gitter.im/roblabla/ProtoDef Build Status Tonic

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