Settings/Status - Data Extensions(Demo Functionality)

Universal Reader Assistant

Data Extensions(Demo Functionality)

Navigation Path: Settings/Status > Data Extensions(Demo Functionality)

The section provides demo functionality to stream data, as a server, to a network port where client applications can listen and recieve tag read data.

When enabled tag read data will be sent to the specified network port in a tab-delimited format containing "[EPC ID] [Timestamp] [RSSI] [Antenna ID]", for example:

123422223333444455556666 6/24/2014 1:55:03 PM -22 1

AAAABBBBCCCCDDDDEEEEFFFF 6/24/2014 1:55:03 PM -81 1

Any client that can connect to the specified network port can connect and receive the data.

Note : Current functionality is limited to a single client connection.

Note : Current tag read data is not buffered. If no client is connected tag reads will be not be sent. Once connected tag read data will be seen from the time of connection forward.

Testing Data Extensions

To enable data extensions simply select Enable Data Extensions:

Enable Data Extensions
Figure 7: Enable Data Extensions

Once enabled clients can connect to the specified port. A simple test client to use is a telnet client. On Linux this can be invoked by simply entering:

$ telnet [IP address of URA host] 9055

Note : On Windows a telnet client applications such as putty or teraterm (both can be found by running a websearch on their name). Follow each applications instructions for connect a telnet client to

host: [URA host IP address]

port: 9055

With a client connected read output is now pending "Start Reading" being clicked. Starts and stops of reading do not affect the port. Port is closed upon disconnecting from reader or unchecking "Enable Data Extensions".

When reading the Status bar will indicate a client is connected and data is streaming, example above.

Data Extension Client Connected and Data Streaming Status
Figure 8: Data Extension Client Connected and Data Streaming Status
Data Extension Client Connected and Data Streaming Icon
Figure 9: Data Extension Client Connected and Data Streaming Icon