Search found 434 matches

by bppause
Sat Oct 08, 2011 2:48 pm
Forum: Edge Server Developers
Topic: Adding a newly created reader into rifidi TagStreamer
Replies: 1
Views: 1763

Re: Adding a newly created reader into rifidi TagStreamer

Here is the instructions on how to build Tagstreamer from source which you will need to do to include your new emulated reader plugin using the Eclipse IDE:

http://wiki.rifidi.org/index.php/TagStr ... eScenarios
by bppause
Sat Oct 08, 2011 2:45 pm
Forum: Edge Server Developers
Topic: why we use tagstreamer
Replies: 4
Views: 2847

Re: why we use tagstreamer

here is where you can find the tagstreamer user's guide which explains the different components and how to set up scenarios:

http://wiki.rifidi.org/index.php/Tag_St ... %27s_Guide
by bppause
Sat Oct 08, 2011 10:17 am
Forum: Edge Server Developers
Topic: making use of ReadZoneMonitoring service in our application
Replies: 1
Views: 1589

Re: making use of ReadZoneMonitoring service in our applicat

The Rifidi edge developers guide explains how to use all the services that come bundled with the edge server: http://wiki.rifidi.org/index.php/Developer%27s_Guide The guide also comes with the SDK download. In particular page 18 of teh developers guide describes how to use the service you mention an...
by bppause
Sat Oct 08, 2011 10:12 am
Forum: Edge Server Developers
Topic: why we use tagstreamer
Replies: 4
Views: 2847

Re: why we use tagstreamer

Tagstreamer is a tool built on top of the Rifidi emulator engine that enables one to define tag event scenarios across readers. For example one could define 20 tags arrive at a Point of sale reader on aetenna one and stays in the read area for 5 seconds. you could define that this scenario occurs ov...
by bppause
Tue Oct 04, 2011 6:41 pm
Forum: General
Topic: Rifidi TagStreamer with newly created reader
Replies: 3
Views: 6359

Re: Rifidi TagStreamer with newly created reader

Do you mean you created a reader in emualtor and you would like to use it in TagStreamer or do you mean you want to know how to emulate a new reader type to be used in TagStreamer?
by bppause
Tue Oct 04, 2011 6:37 pm
Forum: Enterprise Rifidi Web Management Dashboard Note: Workbench was deprecated in Rifidi Edge 3.7
Topic: Command Line instead of Workbench
Replies: 3
Views: 7765

Re: Command Line instead of Workbench

Workbench is still supported and we be supported in the next release of Rifidi Edge 1.3 coming soon. What is planned for the future is to replace workbench with a more robust UI for building applications. For instructions on using command line: http://wiki.rifidi.org/index.php/Edge_Server_Console or...
by bppause
Fri Sep 30, 2011 4:47 pm
Forum: Virtual Readers
Topic: Rifidi Performance
Replies: 1
Views: 5488

Re: Rifidi Performance

We use a very lightweight middleware container (know as OSGI http://en.wikipedia.org/wiki/OSGi). Within the container we built on top of teh SpringSource framework and we used a lightweight and very fast engine for processing events (know as event stream processing - http://esper.codehaus.org/ Esper...
by bppause
Wed Sep 21, 2011 9:07 pm
Forum: Edge Server Developers
Topic: How to Write reader commands in xml file.
Replies: 5
Views: 3589

Re: How to Write reader commands in xml file.

You should use the spring framework which comes with the edge server to configure and make database calls. Rifidi edge 1.2 uses spring 2.5 so please refer to the springsource website on how to use the framework for connecting to a database.

Brian
by bppause
Wed Aug 10, 2011 11:44 am
Forum: General
Topic: Reader MAC Address
Replies: 2
Views: 2963

Re: Reader MAC Address

In emmulator you can specify the ip address as well when creating the virtual reader (default is 127.0.0.1) but make sure u set it to the actual ip of the computer (run ipconfig from command line to find this out). To have multiple readers on one computer that has one network card (MAC) you will nee...
by bppause
Wed Aug 10, 2011 11:38 am
Forum: Edge Server Users
Topic: Deploy the Application in the edge server
Replies: 4
Views: 4311

Re: Deploy the Application in the edge server

In the applications folder there should be a default.ini file. Here is where you can place the names of the applications you want to start when the edge server starts.

Brian