You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

protodef

Package Overview
Dependencies
Maintainers
2
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

protodef

A simple yet powerful way to define binary protocols

1.19.0
latest
Source
npmnpm
Version published
Weekly downloads
15K
14.92%
Maintainers
2
Weekly downloads
 
Created
Source

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
  • compiler.md documents the ProtoDef Compiler
  • 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

FAQs

Package last updated on 06 Apr 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts