Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spyopensource/myopenlab
It's a LabView like application, which is OpenSource
https://github.com/spyopensource/myopenlab
arduino java raspberrypi
Last synced: about 1 month ago
JSON representation
It's a LabView like application, which is OpenSource
- Host: GitHub
- URL: https://github.com/spyopensource/myopenlab
- Owner: sPyOpenSource
- License: gpl-3.0
- Created: 2020-07-26T11:26:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-03T06:45:37.000Z (about 1 year ago)
- Last Synced: 2023-11-03T07:31:23.963Z (about 1 year ago)
- Topics: arduino, java, raspberrypi
- Language: Java
- Homepage:
- Size: 52.8 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
# MyOpenLab
Java based Software for Graphical Programming. In particular, MyOpenLab seems to be widely used to develop control programs that can run on Raspberry Pi and Arduino boards.
Though MyOpenLab may behave a bit like LabVIEW, it is based on Java and has an internal structure that is completely different. It allows users to create and simulate applications and components using graphical blocks that have different functions and properties.MyOpenLab has an architecture that is not oriented around flow programming; it is what's called event driven. In event-driven programs, events determine the flow of the program.
Typical events include mouse clicks, key presses, and messages from other programs. Perhaps for obvious reasons, graphical user interfaces typically are built around event-driven architectures.