TODO: Add description
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.
mix test
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