Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/comtel2000/opc-ua-client
OPC-UA client UI
https://github.com/comtel2000/opc-ua-client
java javafx opc-ua opc-ua-client
Last synced: 2 months ago
JSON representation
OPC-UA client UI
- Host: GitHub
- URL: https://github.com/comtel2000/opc-ua-client
- Owner: comtel2000
- License: apache-2.0
- Created: 2016-03-23T21:46:55.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T23:03:08.000Z (about 2 years ago)
- Last Synced: 2024-05-10T22:04:46.451Z (9 months ago)
- Topics: java, javafx, opc-ua, opc-ua-client
- Language: Java
- Size: 560 KB
- Stars: 27
- Watchers: 3
- Forks: 10
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OPC-UA Client UI
[![Build Status](https://travis-ci.org/comtel2000/opc-ua-client.png)](https://travis-ci.org/comtel2000/opc-ua-client) [![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fcomtel2000%2Fopc-ua-client.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2Fcomtel2000%2Fopc-ua-client?ref=badge_shield)
[![License](https://img.shields.io/badge/license-Apache_2-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)![screenshot](https://github.com/comtel2000/opc-ua-client/blob/master/doc/opcua_client.png)
[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2Fcomtel2000%2Fopc-ua-client.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2Fcomtel2000%2Fopc-ua-client?ref=badge_large)
## How to build and run
What is required:* Latest stable [Oracle JDK 8](http://www.oracle.com/technetwork/java)
* Latest stable [Apache Maven](http://maven.apache.org)```shell
mvn clean install
java -jar opcua-ui/target/opc-ua-client-jar-with-dependencies.jar
```
## OPC-UA Simulation Server| Endpoint URL | Link |
| ------------------------------------------------------------ | -------------------------- |
| opc.tcp://opcua.demo-this.com:51210/UA/SampleServer | http://opclabs.com |
| opc.tcp://opcuaserver.com:4841/freeopcua/server | http://opcuaserver.com |
| opc.tcp://opcuaserver.com:26543 | http://opcuaserver.com |
| opc.tcp://opcuaserver.com:48010 | http://opcuaserver.com |
| opc.tcp://opcuaserver.com:51210/UA/SampleServer | http://opcuaserver.com |
| opc.tcp://uademo.prosysopc.com:53530/OPCUA/SimulationServer | http://prosysopc.com |## Features
- simple security (user/password)
- read, write, browse, monitor
- list import/export of monitored nodes (requires latest milo snapshot)## Links
- [Eclipse Milo](https://github.com/eclipse/milo)
- [afterburner.fx](https://github.com/AdamBien/afterburner.fx)## License
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0)