Skip to content

This project contains a code sample of OPC-UA Server that reads data from DHT11 sensor and publishes these values to the specific node values

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

kgalic/Custom-OPC-Server-for-RPI-and-DHT11-sensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom-OPC-Server-for-RPI-and-DHT11-sensor

This project contains a code sample of OPC-UA Server(based on freeOPCUA) that reads data from DHT11 sensor and publishes these values to the specific nodes

Free OPC UA:

https://github.com/FreeOpcUa/python-opcua

Installation

With pip (note: the package was ealier called freeopcua)

pip install opcua

Ubuntu:

apt install python-opcua        # Library
apt install python-opcua-tools  # Command-line tools

Dependencies:

  • Python > 3.4: cryptography, dateutil, lxml and pytz.
  • Python 2.7 or pypy < 3: you also need to install enum34, trollius (asyncio), and futures (concurrent.futures), with pip for example.

DHT11 Python library:

https://github.com/szazo/DHT11_Python

About

This project contains a code sample of OPC-UA Server that reads data from DHT11 sensor and publishes these values to the specific node values

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages