Search found 434 matches

by bppause
Wed Jul 20, 2011 11:22 am
Forum: Edge Server Developers
Topic: Fail to run SDK1.2
Replies: 7
Views: 4938

Re: Fail to run SDK1.2

After starting the server could you type in the command apps on teh OSGI prompt and that will tell us what services started when the edge server started. The apps command will list any default OSGI services, out of the box sensor services part of teh edge server and any custom apps one may have buil...
by bppause
Thu Jul 14, 2011 8:36 pm
Forum: Edge Server Developers
Topic: How to generate Edge Server Executable File
Replies: 6
Views: 4481

Re: How to generate Edge Server Executable File

All,

Most users start the edge server, build and export and application and deploy the exported Rifidi application to the edge server instance.

Here is the instructions for doing that.

http://wiki.rifidi.org/index.php/How_to ... pplication

Thx,

Brian
by bppause
Thu Jun 02, 2011 11:21 pm
Forum: General
Topic: Help with defining new reader type
Replies: 4
Views: 4302

Re: Help with defining new reader type

If you are looking to use some virtual readers with your parrellx reader with the Rifidi edge server then yes u will need to create a sensor adapter to connect to the parrellx reader. If your question is can you use our emulator product (virtual readers) in conjunction with your parrellx reader with...
by bppause
Sat May 28, 2011 12:31 pm
Forum: General
Topic: Help with defining new reader type
Replies: 4
Views: 4302

Re: Help with defining new reader type

We make all our source public: So you can look at an example adapter as a reference: Here is a link to our llrp adapter: https://svn.rifidi.org/svn/rep-edge/rifidi/trunk/org.rifidi.edge.adapter.llrp/src/ The root for our edge server src is https://svn.rifidi.org/svn/rep-edge All adapters can be foun...
by bppause
Fri May 27, 2011 1:32 pm
Forum: Edge Server Users
Topic: i would like to know database connection with rifidi
Replies: 1
Views: 2696

Re: i would like to know database connection with rifidi

Rifidi Edge server includes the spring framework therefore you can use spring configuration to access your MYsql database. Also our scalability white paper includes a sample application that writes tag events captured by the edge server to a mysql database. Link to white paper: http://www.pramari.co...
by bppause
Sun May 08, 2011 7:05 pm
Forum: General
Topic: How to simulate my project??
Replies: 5
Views: 4466

Re: How to simulate my project??

Dina, First question I have is what kind of application is your C# program? Is the program is meant to connect to readers and consume tag read events or connect to middleware and consume the RFID events as defined in the middleware. Secondly it looks like you are referring to prototyper. Prototyper ...
by bppause
Thu May 05, 2011 1:29 pm
Forum: General
Topic: How to simulate my project??
Replies: 5
Views: 4466

Re: How to simulate my project??

Dina, There are two options for simulating your project. 1) We have a tool called Prototyper that allows you to bring in your floor plan, create read zones with our emulated readers and create icons with RFID tag formats Gen1/Gen2 specific to you industry (we have a hospital and warehouse template o...
by bppause
Mon May 02, 2011 12:02 pm
Forum: Edge Server Users
Topic: Problem configuring eclipse
Replies: 18
Views: 11280

Re: Problem configuring eclipse

If your question is how to access our source control through a proxy server we use subversion so here are some steps to setting up your client and env to access our repository


https://www.opends.org/wiki/page/Config ... roxyServer


Thx,

Brian
by bppause
Tue Feb 15, 2011 4:00 pm
Forum: Edge Server Developers
Topic: Deploy issue
Replies: 2
Views: 2520

Re: Deploy issue

Exporting and Deploying Once your application is built and tested, you will want to export it so that it can run on an instance of the edge server. In order deploy the application there are a few steps you need to follow: 1. Export the projects as OSGi bundles out of eclipse 2. Run the bindex utilit...
by bppause
Tue Dec 07, 2010 9:29 am
Forum: Edge Server Developers
Topic: Best practice on Consuming WebServices from inside RIFIDI?
Replies: 1
Views: 2102

Re: Best practice on Consuming WebServices from inside RIFID

The rifidi edge server uses spring-ws and our messages by default and in our examples are written to a JMS queue. We will also we working on an example but here is a link to get started: http://static.springsource.org/spring-ws/sites/1.5/reference/html/server.html Let me know if you get stuck I woul...