This is the Linux app named oscopepy whose latest release can be downloaded as OscilloscopeV6.zip. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named oscopepy with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
oscopepy
Ad
DESCRIPTION
Version 6 uses a programming paradigm based on workcells which communicate with each other using text based signals. This creates a parallel programming environment with autonomous virtual machines communicating over a peer to peer network.
The workcells are instantiated anonymously, therefore all methods and variables are completely private. Tkinter is used for both GUIs and for creating a second event loop used for synchronizing workcell to workcell communication. Three classes, Hub, Requestify and Transceiver are used to implement the parallel programming model. Hub is used as the central communication facility. Requestify is used for function binding by Tkinter widgets command option and Transceiver is inherited by workcells for communication functions.
This programming model makes it very easy to write highly interactive programs as demonstrated by this project with very easy addition of plugin tools.
Features
- A simple parallel programming environment based on Python and tkinter
- Objects can be instantiated anonymously making them completely private while still having full interactivity with other objects
- Based on industrial automation model using smart pallets and autonomous workcells
- Based on Python and tkinter. The programming model has also been replicated in JavaScript https://sourceforge.net/projects/webotron/
This is an application that can also be fetched from https://sourceforge.net/projects/o-scopepy/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.