Standalone Testing Tools



Embedded Tools

This section is dedicated to describe two embedded tools:

  • Tag Generator: generate tag ids in hexadecimal format in order to validate the EPC grouping and filtering engines of the ALE.
  • Tag Searcher: based on searching algorithm and is used to look for an item in the neighborhood by the beep frequency of the PDA.

TCP Capturer

Objective

TCP Message Capturer is a simple application that captures TCP messages at the default port “9999” (if any isn’t specified) or at a port that can be defined.

Requirements

Hardware (minimum)

  • none
Software
  • Java 1.6

Download & Run Instructions

  • You can download it at the ApireRFID Forge.
  • For running the application just execute the following at the command line:
    • “java –jar aspireTcpMessageCapturer-(version)-jar-with-dependencies.jar ” if you want to make it listen at a specific port number or
    • without arguments if you want to use the default one (9999).