Skip to content

Commit

Permalink
changing owner
Browse files Browse the repository at this point in the history
  • Loading branch information
usr3-1415 committed Oct 11, 2023
1 parent 2ff6496 commit 6b319f7
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion DockerHub/install-asn1scc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ apt-get update
apt-get install -y wget bzip2 libicu63 make gcc
mkdir -p /usr/local/share/
cd /usr/local/share/ || exit 1
wget -q -O - https://github.com/ttsiodras/asn1scc/releases/download/4.2.4.7f/asn1scc-bin-4.2.4.7f.tar.bz2 | tar jxvf -
wget -q -O - https://github.com/maxime-esa/asn1scc/releases/download/4.2.4.7f/asn1scc-bin-4.2.4.7f.tar.bz2 | tar jxvf -
apt clean
2 changes: 1 addition & 1 deletion Dockerfile.runtime
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN --mount=type=cache,target=/var/cache/apt --mount=type=cache,target=/var/lib/

WORKDIR /src
RUN set -ex ;\
git clone https://github.com/ttsiodras/asn1scc.git ;\
git clone https://github.com/maxime-esa/asn1scc.git ;\
cd asn1scc/ ;\
#git checkout dotnetcore ;\
dotnet build Antlr/ --configuration Release ;\
Expand Down
2 changes: 1 addition & 1 deletion Docs/ACN_V4.txt
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ The first function my-encoding-patcher will provide values in these two fields.
two fields and compares these values with values calculated via the bitstream.

The complete code the example is at the following location
https://github.com/ttsiodras/asn1scc/tree/master/Docs/examples/calculate_crc
https://github.com/maxime-esa/asn1scc/tree/master/Docs/examples/calculate_crc


== <span id="__RefHeading___Toc2064_1804207684" class="anchor"><span id="_Toc432432502" class="anchor"></span></span>Parameterized encodings and deep field access ==
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ASN.1 implementation of the PUS-C ECSS standard using ACN encoding.

See [ECSS-E-ST-70-41C](http://ecss.nl/standard/ecss-e-st-70-41c-space-engineering-telemetry-and-telecommand-packet-utilization-15-april-2016/) for details about the standard.

See [ASN1SCC](https://github.com/ttsiodras/asn1scc) for details about ACN encoding.
See [ASN1SCC](https://github.com/maxime-esa/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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

See [ECSS-E-ST-70-41C](http://ecss.nl/standard/ecss-e-st-70-41c-space-engineering-telemetry-and-telecommand-packet-utilization-15-april-2016/) for details about the PUS-C standard.

See [ASN1SCC](https://github.com/ttsiodras/asn1scc) for details about ACN encoding.
See [ASN1SCC](https://github.com/maxime-esa/asn1scc) for details about ACN encoding.

Library was developed by [N7 Space](http://www.n7space.com) and funded by European Space Agency ([ESA](http://www.esa.int)) and is distributed under [GPL v3.0](https://www.gnu.org/licenses/gpl-3.0.html) license.

# Requirements
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
[Qt Creator](https://www.qt.io/download)'s plugin [asn1scc.IDE](https://github.com/n7space/asn1scc.IDE).
ACN encoding is supported by [ASN1SCC](https://github.com/ttsiodras/asn1scc) - ASN.1/ACN compiler for embedded systems
ACN encoding is supported by [ASN1SCC](https://github.com/maxime-esa/asn1scc) - ASN.1/ACN compiler for embedded systems
(distributed with asn1scc.IDE).

Library includes CCSDS utility functions, which were implemented in C in C99 standard.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[![Build and Test Status of ASN1SCC on Circle CI](https://circleci.com/gh/ttsiodras/asn1scc.svg?&style=shield&circle-token=fcc32f415742887faa6ad69826b1cf25426df086)](https://circleci.com/gh/ttsiodras/asn1scc/tree/master)
[![Build and Test Status of ASN1SCC on Circle CI](https://circleci.com/gh/maxime-esa/asn1scc.svg?&style=shield&circle-token=fcc32f415742887faa6ad69826b1cf25426df086)](https://circleci.com/gh/maxime-esa/asn1scc/tree/master)

*For the impatient: if you already know what ASN.1 and ASN1SCC is, and
just want to run the ASN1SCC compiler:*

docker pull ttsiodras/asn1scc
docker run -it ttsiodras/asn1scc
docker pull maxime-esa/asn1scc
docker run -it maxime-esa/asn1scc

*...and follow the instructions shown.*

Expand Down
2 changes: 1 addition & 1 deletion contrib/prepare_debian_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Architecture: all
Depends: libmono-system-runtime4.0-cil,libmono-corlib4.0-cil,libmono-system-runtime-serialization-formatters-soap4.0-cil, libmono-system-web4.0-cil,libmono-system-xml4.0-cil,libmono-system4.0-cil,mono-runtime,libmono-system-numerics4.0-cil,libmono-system-data-linq4.0-cil,libmono-corlib2.0-cil,libmono-system2.0-cil,libmono-corlib4.5-cil
Maintainer: Thanassis Tsiodras
Description: ASN.1 Space Certified Compiler - Generate Spark/Ada and C code for ASN.1 uPER or custom binary encoders/decoders
Homepage: http://github.com/ttsiodras/asn1scc" > asn1scc/DEBIAN/control
Homepage: http://github.com/maxime-esa/asn1scc" > asn1scc/DEBIAN/control
echo '#!/bin/sh
echo "All done!"
' >> asn1scc/DEBIAN/postinst
Expand Down

0 comments on commit 6b319f7

Please sign in to comment.