Search found 361 matches

by Matt
Fri Nov 21, 2014 1:31 am
Forum: Edge Server Developers
Topic: Close LLRP sessions on edge shutdown
Replies: 6
Views: 5523

Re: Close LLRP sessions on edge shutdown

The stop functionality in linux has been a problem for quite a while...sometimes it doesn't stop at all (possibly why the reader's aren't closing down? try "ps ax | grep rifidi" after stopping?). The best way to stop the edge server now is the "close" command in the OSGi prompt. In the future I'd li...
by Matt
Fri Nov 21, 2014 1:26 am
Forum: Edge Server Developers
Topic: useRegex on other subscriber
Replies: 3
Views: 2823

Re: useRegex on other subscriber

Back when we added the useRegex, I didn't add the feature to every service, as some of the services weren't good fits for that functionality. I think the reason I didn't include it for this one is that this service would give some strange results if you had more than one reader. Lets say you have th...
by Matt
Wed Nov 19, 2014 8:12 am
Forum: Edge Server Developers
Topic: Close LLRP sessions on edge shutdown
Replies: 6
Views: 5523

Re: Close LLRP sessions on edge shutdown

Hi,

What OS are you on, and how are you stopping the server? Try the "close" command, and see if that stops the readers when the server shuts down.

-Matt
by Matt
Thu Nov 13, 2014 11:15 pm
Forum: Edge Server Users
Topic: Slow rest startsession command fix
Replies: 0
Views: 5221

Slow rest startsession command fix

So when fixing a last-minute bug with the rest "startsession" command, we introduced a new one. Right now the command works, but it is slow. The attached jar fixes that, and the 3.1 links on sourceforge has been updated with this new jar as well.

Note this fix has been included in Rifidi 3.1
by Matt
Thu Sep 18, 2014 6:40 pm
Forum: Edge Server Developers
Topic: Configuring LLRP Reader by Readzone
Replies: 2
Views: 2695

Re: Configuring LLRP Reader by Readzone

Hi John, Yes, you can use the dynamicreader example to do what you wish to do. In the upcoming 3.1 release you will have even more control, as you will be able to create an ADD_ROSPEC command (or any LLRP command, actually) on the fly and pass it into an LLRP reader instance from an app. Right now, ...
by Matt
Wed Jul 16, 2014 1:27 am
Forum: Edge Server Developers
Topic: Rifidi installer for ARM processor (linux)
Replies: 2
Views: 2770

Re: Rifidi installer for ARM processor (linux)

You can use a default Rifidi "server only" installation...but the RXTX bundle may give you issues out of the box. I tried to make the RXTX bundle we ship with accommodating to various ARM/Linux builds, but you may need to track down an RXTX build that works with your hardware and swap out the bundle...
by Matt
Fri Jul 11, 2014 11:45 am
Forum: Edge Server Developers
Topic: Problem with Dynamic Reader Configuration
Replies: 4
Views: 3739

Re: Problem with Dynamic Reader Configuration

OK, that sounds reasonable. We can make that method you suggest public for the next release, or perhaps I could add a method like submitAndBlock that just requires a command ID. Either should solve your issue.
by Matt
Fri Jul 11, 2014 11:42 am
Forum: Edge Server Developers
Topic: AWS looking for newer version of commons.codec
Replies: 8
Views: 5018

Re: AWS looking for newer version of commons.codec

Actually, I would recommend upgrading the entire AWS jar. Looks like the current version is 1.8.4. That might require upgrading 1 or 2 apache jars as well. This is what we will be upgrading to for the next release.
by Matt
Mon Jul 07, 2014 7:06 pm
Forum: Edge Server Developers
Topic: Problem with Dynamic Reader Configuration
Replies: 4
Views: 3739

Re: Problem with Dynamic Reader Configuration

Your explanation has left me slightly confused...mind posting a couple of code snippets to give me an idea of where things are going wrong? I might be able to better help if I can see the code...or at least what you mean by "persisted".
by Matt
Wed Jul 02, 2014 11:59 pm
Forum: Edge Server Developers
Topic: AWS looking for newer version of commons.codec
Replies: 8
Views: 5018

Re: AWS looking for newer version of commons.codec

If you are in eclipse, you can get the newer apache common codec jar, go to File -> New -> Other -> Plugin from existing Jar archive, and "Add External" the codec jar. Then, deselect the 1.3 jar and select the 1.4 jar project you just created in run configuration. When you run Rifidi now in Eclipse,...