ex_taglist_with_udp_notify.rb

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

Alien Ruby RFID Library Examples

ex_taglist_with_UDP_notify.rb

An example program to play with taglists.

  • 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 UDP socket connection.

Use ex_udp_listener.rb as the destination. (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 message to a server running at an IP address on a particular port.

[Validate]