You are looking at historical revision 2140 of this page. It may differ significantly from its current revision.

Introduction

packedobjects is a data encoding tool based on the telecommunications standard Packed Encoding Rules (PER). An abstract syntax language is used to define a protocol specification. packedobjects uses the Scheme programming language to represent the protocol specification within a symbolic expression (s-expression).

For a more detailed introduction refer to the following short paper.

Author

John P. T. Moore

Version

0.62

Usage

(use packedobjects)

(packedobjects <protocol> #!key <pdusize> <strsize>)