Skip to content

Commit dbb6170

Browse files
committed
2 parents 52ee2a4 + 646cdf6 commit dbb6170

File tree

7,823 files changed

+47
-614240
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

7,823 files changed

+47
-614240
lines changed

LICENSE

Lines changed: 0 additions & 674 deletions
This file was deleted.

README.md

Lines changed: 47 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,51 @@ MyLibreLab docs (also useful here) : [MyLibreLab Docs](https://mylibrelab.github
1313
# Objective
1414
Unfortunately both MyOpenLab and MyLibreLab projects got discontinued. However, the orignal software from [here](https://myopenlab.org) is still usable, but requires Java 8. This repository tries to provide a version of MyOpenLab that runs with the latest java (for now, this is Java 17). Also, I have added a couple of changes, which are described in the Changelog.
1515

16-
# License
17-
Software is available under GNU GPL v3 license. See [here](https://www.gnu.org/licenses/gpl-3.0.html).
16+
# Licensing and Contributors
17+
Software is available under GNU GPL v3 license. See [here](https://www.gnu.org/licenses/gpl-3.0.html) or in the `license.txt` file included.
18+
19+
## Original Contributors
20+
MyOpenLab Project Initiator: Carmelo Salafia
21+
22+
http://www.myopenlab.de
23+
24+
MyOpenLab Development, documentation and examples:
25+
Robinson Javier Velásquez.
26+
Electronics and Telecomunications Engineer
27+
Catholic University of Colombia
28+
29+
Bogotá D,C; - Colombia.
30+
http://myopenlab.org
31+
32+
Spanisch Übersetzung, Elemente und Element Docs: Prof. José Manuel Ruiz Gutiérrez
33+
34+
Tomelloso (Ciudad Real) ESPAÑA.
35+
36+
Thanks to:
37+
Universidad Católica de Colombia
38+
Catholic University of Colombia
39+
https://www.ucatolica.edu.co/portal/
40+
41+
## New contributions
42+
Source code have been imported from (https://github.com/sPyOpenSource/myopenlab) on 20.05.2023.
43+
44+
Please see the Info dialog (Help -> Info) inside this software for detailed information on contributors and licensing.
45+
46+
Any further changes by me (babaissarkar) in this repository are © 2023 Subhraman Sarkar and are available under the same license (GNU GPL v3). Changed are documented in the CHANGELOG file.
47+
48+
# Building
49+
**Dependencies :**
50+
* [Rhino and Rhino JSR-223 javascript engine](https://github.com/mozilla/rhino)
51+
* [JSON library](https://github.com/stleary/JSON-java)
52+
* [JSSC Serial Port library](https://github.com/java-native/jssc)
53+
* [Java XML Binding library](https://mvnrepository.com/artifact/javax.xml.bind/jaxb-api)
54+
* Old Java Swing GroupLayout library (included)
55+
(needed as not all code has not been moved to new Java Swing Group Layout, which is included with java.)
56+
57+
Dependencies are already included in `distribution/myopenlab_lib`.
58+
59+
To build you will need Java JDK and Apache ANT installed. Run `ant` in this directory. The output will be the `myopenlab.jar` java archive in the `distribution` directory. A prebuilt copy is included in the `distribution` folder.
60+
61+
# Running
62+
You will need all the files in the `distribution` directory. Clone this repository or download the Zip from the Code button at top right. Then navigate to the distribution folder and run the `start-` file corresponding to your OS. You will need Java JRE installed (at least version 15). (Tested on Linux so far)
1863

ToDo.txt

Lines changed: 0 additions & 52 deletions
This file was deleted.
-3.44 KB
Binary file not shown.

distribution/Elements/._.DS_Store

-4 KB
Binary file not shown.
-4 KB
Binary file not shown.

distribution/Elements/CircuitElements/1DArray/1D Graph Generator/definition.def

Lines changed: 0 additions & 2 deletions
This file was deleted.

distribution/Elements/CircuitElements/1DArray/1DConstString/src/Clean.bat

Lines changed: 0 additions & 2 deletions
This file was deleted.

distribution/Elements/CircuitElements/1DArray/1DConstString/src/Make.bat

Lines changed: 0 additions & 2 deletions
This file was deleted.

distribution/Elements/CircuitElements/1DArray/1DConstString/src/StrConst1D.java

Lines changed: 0 additions & 118 deletions
This file was deleted.

0 commit comments

Comments
 (0)