The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

w800-anyevent-rx - example script to read from an RFXCOM receiver

VERSION

version 1.142240

SYNOPSIS

# read from USB tty device
w800-anyevent-rx /dev/ttyUSB0

# read from USB device with nicer name see Device::W800(3)
w800-anyevent-rx /dev/w800-rx

# read from network/wireless device
w800-anyevent-rx 10.0.0.1:10001

DESCRIPTION

This script is an example of the usage of the AnyEvent::W800 API. It simply initializes the receiver and writes a summary of the received RF messages to stdout. The keys and values given on the command line become the parameter hash for the AnyEvent::W800 constructor and are documented in that module.

SEE ALSO

Device::W800

W800 website: http://www.wgldesigns.com/w800.html

AUTHOR

Mark Hindess <soft-cpan@temporalanomaly.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Mark Hindess.

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