https://github.com/universalrobots/mydaemonswing
URCap sample that mainly demonstrates the principle of DaemonContribution and DaemonService
https://github.com/universalrobots/mydaemonswing
urcaps
Last synced: 3 months ago
JSON representation
URCap sample that mainly demonstrates the principle of DaemonContribution and DaemonService
- Host: GitHub
- URL: https://github.com/universalrobots/mydaemonswing
- Owner: UniversalRobots
- License: apache-2.0
- Created: 2018-10-16T06:27:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-04T07:12:10.000Z (over 4 years ago)
- Last Synced: 2025-08-23T18:56:12.511Z (4 months ago)
- Topics: urcaps
- Language: Java
- Size: 26.4 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MyDaemonSwing
URCap sample that mainly demonstrates the principle of DaemonContribution and DaemonService.
My Daemon Swing is an extension to the Hello World Swing URCap and demonstrates how a Python 2.5 or C++ daemon can be integrated with the URCap Software Platform. This is useful when a URCap depends on e.g. a driver or server which is not implemented in Java. Furthermore, the URCap shows how the XML-RPC protocol can be used to communicate with the daemon from an installation node and in the script code generated by a program node.
Information:
* Available from:
* URCap API version 1.3.0.
* PolyScope version 3.6.0/5.0.4.
Main API interfaces: DaemonContribution, DaemonService.