adding OPC UA rust library

This commit is contained in:
Klaus Landsdorf 2018-05-30 23:07:26 +02:00 committed by GitHub
parent 1701a79677
commit f4dfe7b614
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -180,6 +180,7 @@ See also [Games Made With Piston](https://github.com/PistonDevelopers/piston/wik
### Industrial automation
* [slowtec/tokio-modbus](https://github.com/slowtec/tokio-modbus) - A [tokio](https://tokio.rs)-based [modbus](http://modbus.org) library. [![Build Status](https://api.travis-ci.org/slowtec/tokio-modbus.svg?branch=master)](https://travis-ci.org/slowtec/tokio-modbus)
* [locka99/opcua](https://github.com/locka99/opcua) - A pure rust [OPC UA](https://opcfoundation.org/opc-ua/) library.
### Operating systems