Skip to content

Commit 75dbbdb

Browse files
committed
Set theme jekyll-theme-cayman and migrate Page Generator content
1 parent a50aab5 commit 75dbbdb

File tree

4 files changed

+29
-59
lines changed

4 files changed

+29
-59
lines changed

_config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
title: Freeopcua.github.io
2+
description: "FreeOpcUa: Open Source C++ and Python OPC-UA Server and Client Libraries and Tools"
3+
google_analytics:
4+
show_downloads: true
5+
theme: jekyll-theme-cayman
6+
7+
gems:
8+
- jekyll-mentions

index.html

Lines changed: 0 additions & 52 deletions
This file was deleted.

index.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
FreeOpcUa is a project to implement an open-source (LGPL) OPC-UA stack and associated tools.
2+
3+
Currently FreeOpcUa is composed of
4+
* A LGPL C++ library to develop server and client OPC-UA applications. Python bindings can be found in the opcua-python repository. https://github.com/FreeOpcUa/freeopcua
5+
* A Python OPC-UA Python Client and Server library, written entirely in python, available at: https://github.com/FreeOpcUa/python-opcua (install using pip install opcua)
6+
* A simple GUI client https://github.com/FreeOpcUa/opcua-client-gui (install using pip install freeopcua-client)
7+
* Command line tools installed with freeopcua-python https://github.com/FreeOpcUa/python-opcua/tree/master/tools
8+
* A GUI to create OPC UA nodes and save them to xml https://github.com/FreeOpcUa/opcua-modeler
9+
10+
* Mailing list: https://groups.google.com/forum/#!forum/freeopcua
11+
* Source code: https://github.com/FreeOpcUa
12+
13+
Screenshot of client GUI:
14+
15+
16+
![Screenshot](/screenshot.png?raw=true "Screenshot")
17+
18+
Screenshot of modeler:
19+
20+
21+
![Screenshot](/screenshot-modeler.png?raw=true "Screenshot")

params.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)