Skip to content

trema/pio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

620a7a9 · May 2, 2017
May 2, 2017
May 2, 2017
May 2, 2017
May 2, 2017
May 2, 2017
Mar 10, 2016
Nov 27, 2014
Mar 31, 2014
Sep 15, 2015
Jun 5, 2014
May 2, 2017
May 2, 2017
May 2, 2017
May 2, 2017
Mar 11, 2016
Mar 13, 2014
May 2, 2017
May 2, 2017
May 2, 2017
May 2, 2017
May 21, 2015
May 2, 2017

Repository files navigation

Pio

Gem Version Build Status Dependency Status

Pio is a ruby gem to easily parse and generate network packets.

Features Overview

  • Pure Ruby. No additional dependency on other external tools to parse/generate packets.
  • Multi-Platform. Runs on major operating systems (recent Windows, Linux, and MacOSX).
  • Clean Code. Pio is built on BinData's declarative binary format DSL so that it is easy to read and debug by human beings.

Documentation

See https://relishapp.com/trema/pio/docs for links to documentation for all APIs.

Installation

The simplest way to install Pio is to use Bundler.

Add Pio to your Gemfile:

gem 'pio'

and install it by running Bundler:

bundle

Team

Contributors

https://github.com/trema/pio/contributors

Alternatives

License

Pio is released under the GNU General Public License version 2.0 or MIT License: