forked from FreeOpcUa/FreeOpcUa.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
52 lines (40 loc) · 2.8 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Freeopcua.github.io by FreeOpcUa</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">Freeopcua.github.io</h1>
<h2 class="project-tagline">FreeOpcUa: Open Source C++ and Python OPC-UA Server and Client Libraries and Tools</h2>
</section>
<section class="main-content">
<p>FreeOpcUa is a project to implement an open-source (LGPL) OPC-UA stack and associated tools. </p>
<p>Currently FreeOpcUa is composed of</p>
<ul>
<li>A LGPL C++ library to develop server and client OPC-UA applications. Python bindings can be found in the opcua-python repository. <a href="https://github.com/FreeOpcUa/freeopcua">https://github.com/FreeOpcUa/freeopcua</a>
</li>
<li>A Python OPC-UA Python Client and Server library, written entirely in python, available at: <a href="https://github.com/FreeOpcUa/python-opcua">https://github.com/FreeOpcUa/python-opcua</a> (install using pip install freeopcua)</li>
<li>A simple GUI client <a href="https://github.com/FreeOpcUa/opcua-client-gui">https://github.com/FreeOpcUa/opcua-client-gui</a> (install using pip install freeopcua-client)</li>
<li>Command line tools installed with freeopcua-python <a href="https://github.com/FreeOpcUa/python-opcua/tree/master/tools">https://github.com/FreeOpcUa/python-opcua/tree/master/tools</a> </li>
<li><p>A GUI to create OPC UA nodes and save them to xml <a href="https://github.com/FreeOpcUa/opcua-modeler">https://github.com/FreeOpcUa/opcua-modeler</a></p></li>
<li><p>Mailing list: <a href="https://groups.google.com/forum/#!forum/freeopcua">https://groups.google.com/forum/#!forum/freeopcua</a></p></li>
<li>Source code: <a href="https://github.com/FreeOpcUa">https://github.com/FreeOpcUa</a>
</li>
</ul>
<p>Screenshot of client GUI:</p>
<p><img src="/screenshot.png?raw=true" alt="Screenshot" title="Screenshot"></p>
<p>Screenshot of modeler:</p>
<p><img src="/screenshot-modeler.png?raw=true" alt="Screenshot" title="Screenshot"></p>
<footer class="site-footer">
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>
</section>
</body>
</html>