Adam,
Now that we are done with the svn restructuring that we needed to get 
done, you can access the latest Tag Streamer changes.  As stated in the 
previous email to the list, you will need to remove all the packages in 
your current workspace and checkout the packages again.  There are a few 
more dependencies than there were before, so you can find a list of 
packages you need to download in order to run Tag Streamer at 
http://wiki.rifidi.org/index.php/Rifidi:Source_Code#Packagelists_for_Projects

We have slightly modified the structure of the XML file used by Tag 
Streamer.  Everything else in the XML is the same as it was before, 
except now the batchSuite looks like this.  Please don't pay too much 
attention to the accesspass and lockPass.  Those are only used to set 
passwords on the tag memories.  Use 'AAAAAA==' to indicate a password of 
0x0000.  Its just the encoding makes it look funny.  Over the next week, 
we will get some better documentation up on the wiki for this xml 
structure.

    <batchSuite>
        <batch id="0">
            <tagAction>
                <execDuration>5000</execDuration>
                <regenerate>true</regenerate>
            <tagCreationPattern>
                <accessPass>AAAAAA==</accessPass>
                <lockPass>AAAAAA==</lockPass>
                <numberOfTags>3</numberOfTags>
                <prefix>eef</prefix>
                <tagGeneration>GEN2</tagGeneration>
                <tagType>CustomEPC96</tagType>
            </tagCreationPattern>
            <tagCreationPattern>
                <accessPass>AAAAAA==</accessPass>
                <lockPass>AAAAAA==</lockPass>
                <numberOfTags>2</numberOfTags>
                <tagGeneration>GEN2</tagGeneration>
                <tagType>DoD96</tagType>
            </tagCreationPattern>
            </tagAction>
        </batch>
    </batchSuite>

The Tag Streamer UI has not yet been updated to reflect this change, so 
you cannot edit bathSuites in the editor.  However, you can still run 
open and execute TestSuites like normal.

Thanks,
Kyle

-- 
Kyle Neumeier
Technical Lead
Pramari, LLC.
Manchester, CT.


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Rifidi-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rifidi-developers

Reply via email to