Search found 215 matches

by kyle
Fri Jul 23, 2010 11:07 am
Forum: Edge Server Developers
Topic: Help Request
Replies: 1
Views: 1916

Re: Help Request

We already have a plugin for the alien reader that polls the alien reader for tag list, parses the tags, then puts the tags into TagReadEvent objects. Then what you should do is build your own custom application on top of the edge server that listens for new TagReadEvent objects using Esper. Please ...
by kyle
Fri Jul 23, 2010 11:02 am
Forum: Edge Server Users
Topic: Does RIFIDI support MTI, Inc. products?
Replies: 5
Views: 4539

Re: Does RIFIDI support MTI, Inc. products?

The edge server does not currently support this reader.
by kyle
Fri Jul 23, 2010 11:01 am
Forum: Edge Server Developers
Topic: Detecting RFID Reader Disconnect in Application
Replies: 1
Views: 1910

Re: Detecting RFID Reader Disconnect in Application

Try something like this: /** * */ import java.util.Set; import java.util.concurrent.CopyOnWriteArraySet; import org.rifidi.edge.core.services.esper.EsperManagementService; import com.espertech.esper.client.EPServiceProvider; import com.espertech.esper.client.EPStatement; import com.espertech.esper.c...
by kyle
Fri Jul 23, 2010 10:52 am
Forum: Edge Server Developers
Topic: Northwind Application issue
Replies: 12
Views: 7624

Re: Northwind Application issue

First of all, are you following the tutorial and developing the application inside of eclipse? If so, the default.ini file is not your problem, because that only comes into play once you are deploying the application in the applications folder on a running instance of the edge server. The default.in...
by kyle
Tue Jun 22, 2010 12:23 pm
Forum: **DEPRECATED**General
Topic: who can help me ,emergent
Replies: 1
Views: 14828

Re: who can help me ,emergent

We are no longer supporting Designer. Please see this:
http://forums.rifidi.org/viewtopic.php? ... f92e5#p951
by kyle
Mon Jun 21, 2010 9:58 am
Forum: Edge Server Developers
Topic: create an OSGi bundle with only regular jars with Eclipse
Replies: 3
Views: 2788

Re: create an OSGi bundle with only regular jars with Eclipse

If the jar is already an OSGi bundle, you can import it using the import->plugins and fragments wizard
by kyle
Wed Jun 16, 2010 9:27 am
Forum: Edge Server Users
Topic: How to support more types of reader
Replies: 12
Views: 9367

Re: How to support more types of reader

Normally developing a plugin to a reader is not too difficult. Please see http://wiki.rifidi.org/index.php/How_to_create_a_sensor_plugin You should be able to use the java api provided by the vendor to parse messages coming from the reader and build commands that you will send to the reader. For ref...
by kyle
Mon Jun 14, 2010 9:45 am
Forum: Edge Server Users
Topic: Does RIFIDI supports ALE1.1?
Replies: 4
Views: 4118

Re: Does RIFIDI supports ALE1.1?

We currently don't have any code examples at the moment. The general idea would be that you would take the WSDL from the ALE website, generate code from that on whichever platform you are using (java, .net, etc). Then you would need to use a web service container (such as apache CXF) to talk to the ...
by kyle
Mon Jun 14, 2010 9:41 am
Forum: Edge Server Users
Topic: How can I set the host's IP for the SDK
Replies: 1
Views: 2928

Re: How can I set the host's IP for the SDK

You need to change this in the run configuration. Run->Run Configurations. Click on the edge server run configuration under OSGi in the tree on the left. Then select the 'arguments' tab and change the setting in the 'VM arguments' box