ex_taglist_with_tcp_notify.rb

Path: ex_taglist_with_tcp_notify.rb
Last Update: Thu Sep 11 16:16:03 -0700 2014

Alien Ruby RFID Library Examples

ex_taglist_with_tcp_notify.rb

An example program to play with taglists and notifications using a TCP connection.

  • Connect to an Alien RFID reader. Login.
  • Grab some tag data.
  • Scan the data for interesting tags and display the results.
  • Send the interesting data to someone else over a TCP socket connection.

Use ex_tcp_listener.rb as the destination. First start ex_tcp_listener and then run this application. (both applicatons should be running on the same machine)

Copyright 2014, Alien Technology Corporation. All rights reserved.

Required files

alienreader   alientag   alienconfig   socket  

Methods

notify  

Public Instance methods

Send a TCP message to a server running at an IP address on a particular port.

[Validate]