Skip to content

verypossible/ex_opcua

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExOpcua

TODO: Add description

Installation

If available in Hex, the package can be installed by adding ex_opcua to your list of dependencies in mix.exs:

def deps do
  [
    {:ex_opcua, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/ex_opcua.

Testing

mix test

Integration Testing

Integration testing relies on an externally running OPCUA Simulation Server

An example server can be found here

Modules marked as :integration will be run, and test cases need to update the tests

ex:

opts = [ip: "Daniels-MacBook-Pro.local", port: 53530]
 mix test --include integration

About

OPC UA Industrial Protocol client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages