1
0
mirror of https://github.com/FreeOpcUa/opcua-asyncio synced 2025-10-29 17:07:18 +08:00
opcua-asyncio/docs/index.rst
Sabith Karippullil Soopy b5d5cd3831 Update example file locations (#409)
* Update example file locations

* update with pip installation
2017-02-27 12:32:41 +01:00

52 lines
1.6 KiB
ReStructuredText

.. Python OPC-UA documentation master file, created by
sphinx-quickstart on Sun May 3 10:13:43 2015.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Python OPC-UA Documentation
=========================================
Pure Python OPC-UA / IEC 62541 Client and Server Python 2, 3 and pypy .
http://freeopcua.github.io/, https://github.com/FreeOpcUa/python-opcua
OPC-UA implementation is quasi complete and has been tested against many different OPC-UA stacks. API offers both a low level interface to send and receive all UA defined structures and high level classes allowing to write a server or a client in a few lines. It is easy to mix high level objects and low level UA calls in one application.
Most code is autogenerated from xml specification using same code as the one that is used for freeopcua C++ client and server, thus adding missing functionnality to client and server shoud be trivial.
Some documentation is available at http://python-opcua.readthedocs.org/en/latest/
A simple GUI client is available: https://github.com/FreeOpcUa/opcua-client-gui
Examples: https://github.com/FreeOpcUa/python-opcua/tree/master/examples
Minimal client example: https://github.com/FreeOpcUa/python-opcua/blob/master/examples/client-minimal.py
Minimal server example: https://github.com/FreeOpcUa/python-opcua/blob/master/examples/server-minimal.py
Contents:
.. toctree::
:maxdepth: 2
server
client
node
subscription
opcua
All:
modules
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`