Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
juileetikekar committed Jun 6, 2024
2 parents e9bf836 + 77114fc commit 4a508c8
Showing 1 changed file with 26 additions and 42 deletions.
68 changes: 26 additions & 42 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
> [!WARNING]
> Transfer of the primary content (incl. the issues) from admin-shell-io/aasx-package-explorer is finished!
> Admin-shell-io/aasx-package-explorer will be archived. (date TBA)
> If there is content remaining in admin-shell-io/aasx-package-explore branches that you want our assistance with transferring,
> The admin-shell-io/aasx-package-explorer has been archived.
> If there is any content remaining in admin-shell-io/aasx-package-explore branches that you want our assistance with transferring,
> please start an issue here.
> [!NOTE]
Expand All @@ -14,40 +14,19 @@
# Eclipse AASX Package Explorer™

![Build-test-inspect](
https://github.com/admin-shell-io/aasx-package-explorer/actions/workflows/build-test-inspect.yml/badge.svg
) ![Check-style](
https://github.com/admin-shell-io/aasx-package-explorer/actions/workflows/check-style.yml/badge.svg
) ![Check-commit-messages](
https://github.com/admin-shell-io/aasx-package-explorer/actions/workflows/check-commit-messages.yml/badge.svg
) ![Generate-docdev](
https://github.com/admin-shell-io/aasx-package-explorer/workflows/Generate-docdev/badge.svg
) [![Coverage Status](
https://coveralls.io/repos/github/admin-shell-io/aasx-package-explorer/badge.svg?branch=master
)](
https://coveralls.io/github/admin-shell-io/aasx-package-explorer?branch=master
)

[![TODOs](
https://admin-shell-io.github.io/aasx-package-explorer/todos/badges/TODOs.svg
)](
https://github.com/admin-shell-io/aasx-package-explorer/blob/gh-pages/todos/task-list/task-list-by-file.md
) [![BUGs](
https://admin-shell-io.github.io/aasx-package-explorer/todos/badges/BUGs.svg
)](
https://github.com/admin-shell-io/aasx-package-explorer/blob/gh-pages/todos/task-list/task-list-by-file.md
) [![HACKs](
https://admin-shell-io.github.io/aasx-package-explorer/todos/badges/HACKs.svg
)](
https://github.com/admin-shell-io/aasx-package-explorer/blob/gh-pages/todos/task-list/task-list-by-file.md
)
![GitHub Downloads (all assets, all releases)](https://img.shields.io/github/downloads/eclipse-aaspe/package-explorer/total)
[![Contributors](https://img.shields.io/github/contributors/eclipse-aaspe/package-explorer)](https://github.com/badges/eclipse-aaspe/package-explorer/contributors)
[![Forks](https://img.shields.io/github/forks/eclipse-aaspe/package-explorer?style=flat)]()
[![Tag](https://img.shields.io/github/v/tag/eclipse-aaspe/package-explorer)]()
[![Commit](https://img.shields.io/github/last-commit/eclipse-aaspe/package-explorer)]()

[![Release](https://img.shields.io/github/v/release/eclipse-aaspe/package-explorer?include_prereleases)](https://github.com/eclipse-aaspe/package-explorer/releases)
[![Status](https://img.shields.io/github/checks-status/eclipse-aaspe/package-explorer/v2024-05-08.alpha)]()

Eclipse AASX Package Explorer™ is a C# based viewer and editor for the
Asset Administration Shell.

![screenshot](
https://github.com/admin-shell-io/aasx-package-explorer/raw/master/screenshot.png
)
![screenshot](screenshot.png)

To help you familiarize with the concept of Asset Administration Shell and editing an Asset Administration Shell with the AASX Package Explorer
we provide screencasts (both in English and German) for V2.0 at:
Expand All @@ -56,38 +35,35 @@ https://admin-shell-io.com/screencasts/.
For V3.0 (including changes to V2.0) please have a look at the tutorials for the Specifications itself at the [Youtube Channel Industrial Digital Twin](https://www.youtube.com/playlist?list=PLCO0zeX96Ia1hsToD9lRPDMI4P-kbt_CT)

The basis for the implementatzion are the [Specifications of the Asset Administration Shell](https://industrialdigitaltwin.org/en/content-hub/aasspecifications
) by [IDTA]A(https://industrialdigitaltwin.org).
) by [IDTA](https://industrialdigitaltwin.org).

We provide a couple of sample admin shells (packaged as .aasx) for you to
test and play with the software at (V2.0):
http://www.admin-shell-io.com/samples/

## Installation

We provide the binaries for Windows 10 in [the releases](
https://github.com/admin-shell-io/aasx-package-explorer/releases).
We provide the binaries for Windows 10+ in [the releases](https://github.com/eclipse-aaspe/package-explorer/releases).

(Remark: In special cases you may like to use a current build.
Please click on a green check mark and select "Check-release" details.)

## Issues

If you want to request new features or report bugs, please
[create an issue](
https://github.com/admin-shell-io/aasx-package-explorer/issues/new/choose).
[create an issue](https://github.com/eclipse-aaspe/package-explorer/issues).

## Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) for instructions on joining the development and general contribution guidelines.

## Documentation

The documentation for developers is still available at [admin-shell-io](
https://admin-shell-io.github.io/aasx-package-explorer/devdoc/
) and will be migrated to eclipse-aaspe in the near future.

## Documentation

You may find additional documentation in sub-folders, e.g. for
- [BAMM Import](https://github.com/admin-shell-io/aasx-package-explorer/tree/main/src/AasxBammRdfImExport)
You may find additional documentation in sub-projects, e.g. for [BAMM Import](src/AasxBammRdfImExport/README.md).

## Other Open Source Implementations of AAS

Expand Down Expand Up @@ -122,6 +98,14 @@ was created. See sub-projects for more projects featuring digital twins and the

The AASX Package Explorer also includes an internal REST server and OPC UA
server for the loaded .AASX. Based on this a separate AASX Server is
available (https://github.com/admin-shell-io/aasx-server) which can host
available (https://github.com/eclipse-aaspe/server) which can host
several .AASX simultaneously (see example https://example.admin-shell-io.com).

---

![build-and-package-release](https://github.com/eclipse-aaspe/package-explorer/actions/workflows/build-and-package-release.yml/badge.svg)
![build-test-inspect](https://github.com/eclipse-aaspe/package-explorer/actions/workflows/build-test-inspect.yml/badge.svg)
![check-commit-messages](https://github.com/eclipse-aaspe/package-explorer/actions/workflows/check-commit-messages.yml/badge.svg)
![check-release](https://github.com/eclipse-aaspe/package-explorer/actions/workflows/check-release.yml/badge.svg)
![check-style](https://github.com/eclipse-aaspe/package-explorer/actions/workflows/check-style.yml/badge.svg)
![generate-doc](https://github.com/eclipse-aaspe/package-explorer/actions/workflows/generate-doc.yml/badge.svg)

0 comments on commit 4a508c8

Please sign in to comment.