NAME

Lab::Moose::Connection::WWW - Connection with URL requests

VERSION

version 3.920

SYNOPSIS

use Lab::Moose

my $instrument = instrument(
    type => 'random_instrument',
    connection_type => 'WWW',
    connection_options => {ip => 172.22.11.2, port => 8002},
);

DESCRIPTION

This module provides a connection for devices with an integrated web server.

COPYRIGHT AND LICENSE

This software is copyright (c) 2024 by the Lab::Measurement team; in detail:

Copyright 2022       Mia Schambeck

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.