RFID::Alien::Reader::TCP - Implement L over a TCP connection


RFID-Alien documentation  | view source Contained in the RFID-Alien distribution.

Index


NAME

Top

RFID::Alien::Reader::TCP - Implement RFID::Alien::Reader over a TCP connection

SYNOPSIS

Top

This class takes a host and port to connect to, connects to it, and implements the Alien RFID protocol over that connection. It can use the reader's builting TCP service, or a serial-to-Ethernet adapter plugged into the serial port of the reader; I tested it with both.

DESCRIPTION

Top

This class is built on top of RFID::Alien::Reader and RFID::Reader::TCP.

Constructor

new

This constructor accepts all arguments to the constructors for RFID::Alien::Reader and RFID::Reader::TCP, and passes them along to both constructors. Any other settings are intrepeted as parameters to the set method.

SEE ALSO

Top

RFID::Alien::Reader, RFID::Reader::TCP, RFID::Alien::Reader::Serial, http://whereabouts.eecs.umich.edu/code/rfid-perl/.

AUTHOR

Top

Scott Gifford <gifford@umich.edu>, <sgifford@suspectclass.com>

Copyright (C) 2004-2006 The Regents of the University of Michigan.

See the file LICENSE included with the distribution for license information.


RFID-Alien documentation  | view source Contained in the RFID-Alien distribution.