ericsson-mts / mts-asn1

Library to decode/encode ASN.1 protocol (PER only)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mts-asn1

Build Status License

Description

mts-asn1 project is designed to encode/decode data to/from binary of ASN.1 protocols. Data can be described in various dataformat (XML, JSON ...). It use ANTLR to parse ASN.1 grammar.

Installation

Clone this repository and use it as a maven project

(Coming on Maven Central soon)

Usage

See here

DISCLAIMER

While we do our best to support protocols described in ASN.1 and (U)PER encoding, we cannot guarantee that our project is error free. mts-asn1 evolve depending of the needs, please consider to report or contributing if you want a new feature or revise an existing one.

About

Library to decode/encode ASN.1 protocol (PER only)

License:MIT License


Languages

Language:Java 94.8%Language:ANTLR 5.2%