Skip to content

Commit 0d6c9b2

Browse files
Merge branch 'main' into release/1.1.0
2 parents 4cd535a + 3b89904 commit 0d6c9b2

File tree

2 files changed

+33
-16
lines changed

2 files changed

+33
-16
lines changed

CONTRIBUTING renamed to CONTRIBUTING.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,21 @@ middleware that integrates traditional production systems (e.g. PLC controllers)
1111
and state-of-the art IT technology (BPMN engine, SOA) to enable next generation
1212
of production automation.
1313

14-
* https://projects.eclipse.org/projects/technology.basyx
14+
* https://projects.eclipse.org/projects/dt.basyx
1515

1616
## Developer resources
1717

1818
Information regarding source code management, builds, coding standards, and
1919
more.
2020

21-
* https://projects.eclipse.org/projects/technology.basyx/developer
21+
* https://projects.eclipse.org/projects/dt.basyx/developer
2222

2323
The project maintains the following source code repositories
2424

25-
* https://git.eclipse.org/r/plugins/gitiles/basyx/basyx
26-
* https://git.eclipse.org/r/plugins/gitiles/basyx/basyx.website
25+
* https://github.com/eclipse-basyx
2726

28-
This project uses Bugzilla to track ongoing development and issues.
29-
30-
* Search for issues: https://bugs.eclipse.org/bugs/buglist.cgi?product=Basyx
31-
* Create a new report:
32-
https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Basyx
27+
This project uses GitHub to track ongoing development and issues.
28+
* To open an issue for this project open the [issues](https://github.com/eclipse-basyx/basyx-java-sdk/issues) tab
3329

3430
Be sure to search for existing bugs before you create another one. Remember that
3531
contributions are always welcome!

README.md

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,31 @@
1-
# Eclipse BaSyx JAVA SDK
1+
# Eclipse BaSyx Java SDK
2+
[![BaSyx Logo](https://www.eclipse.org/basyx/img/basyxlogo.png)](https://www.eclipse.org/basyx/)
23

3-
The Eclipse BaSyx project provides a wiki: https://wiki.eclipse.org/BaSyx
4+
The Eclipse BaSyx Java SDK is part of the [Eclipse BaSyx middleware](https://www.eclipse.org/basyx/). The SDK has been created within the [BaSys](https://www.basys40.de/) project.
45

5-
For install information, see https://wiki.eclipse.org/BaSyx_/_Download
6-
There are introductory examples provided by https://wiki.eclipse.org/BaSyx_/_Introductory_Examples
7-
Additionally, the API is described in https://wiki.eclipse.org/BaSyx_/_Documentation_/_API
8-
If you would like to contribute, the overall process is described in https://wiki.eclipse.org/BaSyx_/_Developer_/_Contributing
6+
## Eclipse Wiki
7+
A detailed technical and user documentation can be found in the [Eclipse BaSyx wiki](https://wiki.eclipse.org/BaSyx). For the Java SDK, you can find instructions about [how to install](https://wiki.eclipse.org/BaSyx_/_Download_/_Java_Setup) and find [introductory](https://wiki.eclipse.org/BaSyx_/_Introductory_Examples) and [extended](https://wiki.eclipse.org/BaSyx_/_Examples) code examples and further [scenarios](https://wiki.eclipse.org/BaSyx_/_Scenarios). Also, see the description of the individual [components and their API](https://wiki.eclipse.org/BaSyx_/_Documentation_/_API).
98

10-
This project migrated from the Eclipse infrastructure. For the archived history, see https://git.eclipse.org/r/basyx/basyx
9+
## Blog posts
10+
11+
For further information, you may also read the blog posts about the Industrie 4.0 IT Infrastructure for Digital Twins:
12+
- Part 1 - [Building the Industry 4.0 IT Infrastructure for Digital Twins](https://www.iese.fraunhofer.de/blog/industry-4-0-it-infrastructure-for-digital-twins/)
13+
- Part 2 - [Implementing the Industrie 4.0 IT Infrastructure for Digital Twins](https://www.iese.fraunhofer.de/blog/industrie-4-0-it-infrastructure-for-digital-twins-part2/).
14+
15+
## Video documentation
16+
17+
Additionally, you can also find videos explaining the BaSyx middleware on youtube:
18+
19+
[![BaSyx-Middleware – easily explained with the model factory](http://img.youtube.com/vi/bMY8FLhjjRI/mqdefault.jpg)](http://www.youtube.com/watch?v=bMY8FLhjjRI)
20+
21+
*BaSyx-Middleware – easily explained with the model factory*
22+
23+
[![How to make Industrie 4.0 easy with our BaSyx middleware](http://img.youtube.com/vi/kx2F5E5foLU/mqdefault.jpg)](http://www.youtube.com/watch?v=kx2F5E5foLU)
24+
25+
*How to make Industrie 4.0 easy with our BaSyx middleware*
26+
27+
## Contributing
28+
29+
If you would like to contribute, please notice the [contribution guidelines](CONTRIBUTING.md). The overall process is described in the [Eclipse wiki](https://wiki.eclipse.org/BaSyx_/_Developer_/_Contributing).
30+
31+
This GitHub project is migrated from the Eclipse infrastructure. For the archived history, see the [previous repository](https://git.eclipse.org/c/basyx/basyx.git/).

0 commit comments

Comments
 (0)