n7space / asn1-pusc-lib

ASN.1 implementation of the PUS-C ECSS standard using ACN encoding.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASN.1 PUS-C Types Library

ASN.1 implementation of the PUS-C ECSS standard using ACN encoding.

Build Status

See ECSS-E-ST-70-41C for details about the standard.

See ASN1SCC for details about ACN encoding.

ASN.1 components are ment to work with any ASN.1 based tool, but project itself is prepared to be included as "ASN.1 Components Library" in QtCreator's plugin asn1scc.IDE.

Installation for asn1scc.IDE

  1. Install desired version of QtCreator and Plugin
  2. Download library release
  3. Unpack library package
  4. If you want plugin to automatically detect library, copy it to specific directory:
    • To be visible by every plugin user (assuming QtCreator was installed under default path):
      • Linux: /opt/Qt/Tools/QtCreator/share/qtcreator/asn1acn/libs
      • Windows: C:\Qt\Tools\QtCreator\share\qtcreator\asn1acn\libs
    • To be visible only by current user:
      • Linux: ~/.config/QtProject/qtcreator/asn1acn/libs
      • Windows: %APPDATA%\QtProject\qtcreator\asn1acn\libs

About

ASN.1 implementation of the PUS-C ECSS standard using ACN encoding.

License:GNU General Public License v3.0


Languages

Language:C 61.1%Language:QMake 26.2%Language:Python 10.2%Language:Shell 2.5%