Rifidi Edge Server Product Distribution Sine 10/2009 Release: Over 10,000 Downloads Across 119 Countries

 

CountryDownloads
1.China2,616
2.Brazil1,063
3.India898
4.United States769
5.Italy311
6.Germany230
7.France213
8.Spain211
9.Colombia194
10.United Kingdom162
11.Canada145
12.Malaysia145
13.Korea137
14.Taiwan133
15.Venezuela117
16.Thailand111
17.Portugal100
18.Viet Nam99
19.Netherlands97
20.Egypt84
21.Turkey78
22.Philippines76
23.Poland74
24.Mexico71
25.Indonesiatd>69
26.Argentina62
27.Greece55
28.Iran50
29.Tunisia49
30.Peru48
31.Singapore47
32.Belgium46
33.Hong Kong44
34.Australia41
35.Algeria40
36.Lebanon38
37.Iraq36
38.Morocco35
39.Ireland35
40.Japan35
41.Russia33
42.Saudi Arabia32
43.Romania32
44.Pakistan30
45.Chile28
46.Slovakia26
47.South Africa24
48.Finland20
49.Lithuania19
50.Trinidad and Tobago19
51.Nigeria18
52.United Arab Emirates17
53.Denmark17
54.Croatia17
55.Kenya15
56.Latvia15
57.Serbia15
58.Europe (specific country unknown)13
59.Satellite Provider13
60.Norway12
61.Sweden12
62.Switzerland12
63.Uruguay12
64.Czech Republic11
65.Anonymous Proxy11
66.Slovenia10
67.New Zealand10
68.Benin10
69.Nicaragua10
70.Austria10
71.Ivory Coast8
72.Estonia8
73.Jordan8
74.Macedonia8
75.Ethiopia7
76.Ukraine7
77.Brunei Darussalam7
78.Panama7
79.Asia/Pacific Region (specific country unknown)7
80.Nepal7
81.Israel7
82.Sri Lanka7
83.Namibia7
84.Bolivia6
85.Bosnia and Herzegovina6
86.Bulgaria6
87.Hungary6
88.Malta6
89.Syria6
90.Uganda5
91.Kuwait5
92.Myanmar5
93.Bangladesh4
94.Martinique4
95.Jamaica3
96.Palestinian Territory3
97.Cuba3
98.Dominican Republic3
99.Libya3
100.Mozambique3
101.Ecuador3
102.Belize3
103.Sudan3
104.Cambodia2
105.Oman2
106.Rwanda2
107.Bahrain2
108.Congo – Kinshasa2
109.Cyprus2
110.Ghana1
111.Guatemala1
112.Afghanistan1
113.Senegal1
114.Andorra1
115.Puerto Rico1
116.Isle Of Man1
117.Iceland1
118.Zambia1
119.Guadeloupe1
10,887

The Art of Turning an Idea Into a Solution in an Emerging Market

The challenge many are faced with when new technologies emerge in the market place is always centered around how to use the technology to solve a business problem, demonstrate this to a business sponsor within a limited budget, where to acquire or build the skill set and what technology to use. Many times because the fact a technology is emerging  there are a limited number of experiences in the market place to leverage,  limited selection, proprietary, difficult to access  and the question on how stable, flexible, scalable, viable and cost effective is the technology needs to be answered.

The approach to be taken is very much a art form. Just like painting a picture there are many perspectives, techniques and potential outcomes with not just one being correct. The key is to enable the creative spirit but as a group converge upon a answer that leverages each members unique skill set and create a solution which makes a statement having impact. When a new technology comes about such as the personal computer, internet, smart phones and RFID alike there are many ideas on how this technology can be applied to solve existing business challenges, create new business opportunities and revolutionize our society. The keys to enabling an emerging market to be success is to make adoption of and access to the technology as simple and seamless as possible, provide a forum where people can collaborate on their innovative ideas, rapidly demonstrate the power of the technology to bring a solution to life and most importantly provide business value where all in community can benefit from the overall capital return (intellectual, monetary, partnerships, impact on society….).

Pramari has been focused on these principles for over 5 years now by being the key sponsor’s of Rifidi. During this period of time we have seen many ideas evolve now into pilot and production systems where the business is beginning to see value. We are seeing the realization of the importance of bringing solutions to the market place rapidly and as a collaborative effort. This is typical in a emerging market place where there are many companies each with their core competencies that need to work closely together to deliver a solution.

For those who are attending the RFID Journal Live 2011 Event in Orlando, FL April 12-14 feel free to stop by the Pramari Powered by Rifidi booth # 242 and Argo Wireless booth # 449 to see a couple examples of production solutions brought to life through a collaborative effort powered by the Rifidi Open Source RFID platform. These solutions will demonstrate how the Rifidi community can work with you to bring your idea for a sensor based RFID business solution to life.

RFID Middleware: Build vs. Buy

Early on in any IT project architects need to decide which software
products best solve their business problems. “Build versus Buy”, and if
“Buy” what are the best and most efficient products. In principal any IT
problem could be solved and coded using even Assemblers. In the early
90s, people used C/C++ for their early internet systems. Yes, no one
would even think about such choices anymore. We long have learned to
rely on Java, Web Servers, and Application Servers. They are geared
towards Internet problems and come with much functionality out of the box.

Looking at RFID business problems, it has not been so clear in the past.
Many existing systems are “Build” type solutions for which developers
use .Net or Java and are accessing RFID readers’ API directly, trying
to build a minimum level of infrastructure code to address some key
technical requirements. I bet there are thousands of those individual
“infrastructure” implementations being used right now. Some of them
present an enormous maintenance burden.

What are our key requirements for RFID platforms products? Surely, they
have to address connectivity to RFID readers, also sensors if possible.
Data come in real time, often in volumes that are not predictable in a
reliable way. RFID data are basically read events that need to be
filtered and transformed into business events. This is similar to
processing requirements of high volume financial systems. Credit card
processing systems that obtain a high volume of events need to correlate
such basic events into business events and trigger actions. RFID systems
are inherently event-driven. They can very much benefit from
event-processing engines such as Esper. Those systems allow to filter
and process RFID events in memory and in real-time. They provide event
correlation, for easy detection of business events from low-level RFID
events. Esper, for instance, provides time-based queries, making it easy
to detect for example if an item has been in a zone for too long.

Another key requirement is based on the light-weight environments we
typically want to build. RFID systems are on the edge on the enterprise,
and as such need to run and perform on inexpensive hardware. Heavy
application server architectures are a fundamentally wrong approach. The
IT industry recognized this problem several years ago and defined OSGi
as a common standard for such appliances. It is being used in
refrigerators, and many day-to-day appliances that are produced in high
volumes; a nice, light-weight and flexible industry standard that avoids
the burden of for example having to run application servers on a small
appliance.

In summary, requirements for RFID platform products being used for IT
projects have many clear and common characteristics. Sufficient and
appropriate RFID Reader adapters, being able to handle high volumes of
load, event processing engines are some key criteria. In addition, the
product needs to be open enough so developers can use their trusted
development environments. A last, but very important criteria is the
light-weight approach that RFID systems and appliances can use in order
to keep hardware cost to a minimum. After all, appliances should run on
the edge of the enterprise, easy to maintain, and with low hardware
costs, but in high volumes. RFID systems that meet those requirements
will help the industry advance and become standard software. No need to
build your own RFID platform anymore.

One man’s view on the definition of Edge in RFID middleware

Being in the RFID industry for 5 plus years and in the middeware space for over 10 years I have seen many definitions and usages of the term edge in reference to RFID middleware. After speaking with many clients and system integrators as well as being part of and developing RFID/sensor based solutions I have come up with what edge is today and what it will mean as the market continues to grow and mature.

The pure definition of edge used as a noun is “a line determining the limits of an area“ and used as a verb is “to provide with a border that can be useful and be reached within a duration of time“ . Using these definitions as a foundation and applying these definitions to the RFID/sensor marketplace with a focus on creating business value I have formulated my vision of an edge server.

First I will start with the noun portion, boundaries of an edge server. The boundaries of an edge server depends on the sensor area you are attempting to monitor, filter and provide business value to a consumer. A consumer could be a user interface, device, enterprise system, repository etc…It’s basically at the point where you are able to leverage sensor information to orchestrate sensor events necessary to provide business events within the consuming applications domain. For example, a edge boundary could exist strictly at the point of sale system device or could go as far as looking at information across a multitude of sensors in a cloud. The factors in my opinion that go into determining what are the limitations of an edge depend of the volume of data to be processed, the richness of data required across sensors and at what point do you converge on translating this information into valuable business events such as answering the who, what, when, where and why questions required by the consuming application.

Secondly now I will look at from the vantage point of the verb aspect, “to provide with a border that can be useful and reached within a duration of time ”. So once you have defined your edge boundaries now the key element is to provide useful information to your consuming application and the useful information is obtainable within some duration of time. I firmly believe this is a key aspect to an edge server is that it must be able to process information in a timely manner as defined by your edge boundary and turn this information into something that can be used to trigger or make a business decision.

Is RFID Finally Hitting the Masses?

By Juan Carlos Ramírez (IDLink Solutions)

As an RFID entrepreneur I’ve followed closely probably all of the RFID and sensor technologies in the last 3 years of my life. Being part of this exciting emerging technology makes you think about how “smart” things and objects will change the world and the way we live our everyday lives.

Among all of the potential RFID uses, I guess it’s natural to wonder which one of those will be the one to impact the end user in a greater and most significant way. In my opinion I think NFC technology, which is pretty much RFID for the mobile phones, is the one poised to dramatically change the RFID landscape. Giving access to product information to the end consumer could be huge. Your mobile phone could now be your credit card, your car keys and more. What about using it to access information about products in your preferred store? Wouldn’t that be great.

Last week, the most important Telco companies in the US made a major announcement. They decided to join efforts to push towards NFC adoption by creating a payment services company. This announcement was followed by Google’s CEO presentation of the next Android NFC enabled phone, not to mention Apple’s and RIM’s plans towards the same direction.

Now, this opens a whole new debate and a very interesting one by the way. NFC operates under in HF instead of UHF, which is probably the most popular RFID technology for industrial and supply chain operations. Will NFC make HF win over Near Field UHF for item level applications?

In the end, I think we are evolving towards a smarter world. Things will be interconnected and big streams of information will flow in all directions. How are we supposed to handle all that information? That’s where RFID middleware will come into place.

Dataflow and the Rifidi Edge Server

This is the first in a series of blog posts that give a technical overview of the architecture of the Rifidi Edge Server.

The most basic (and important) function of the Rifidi Edge Server is to collect data from sensors, filter them, and deliver them to systems that use the data for business processes.  This diagram gives a high-level depiction of how data are collected and flow through the edge server.  The data begin their journey as they are produced by sensors.  While these sensors are normally hardware RFID readers, such as an Alien 9800, Symbol XR400, etc, data might also be produced by a legacy barcode reader, a database, or even another edge server.  The Sensor Abstraction Layer provides a way for users to develop their own plugins for their custom sensors.

As data are collected from the sensors, they are pumped into a high speed internal message bus through which other internal edge server components can access them.  Because sensors have the ability to produce an enormous number of events, users normally want to filter them.  The Application Layer Events (ALE) specification from EPCglobal provides a standard API for collecting and filtering RFID data.  The Rifidi Edge Server has an implementation of the ALE 1.1 specification.  Internally, the ALE layer uses an event stream processor called Esper to collect data according to the ALE rules.

Some users will decide that they do not want to use ALE in their solution.  Because the Rifidi Edge Server is built on an extremely flexible architecture, they can create a custom data collection layer and hook it up directly to the internal message bus.

Future architecture posts will describe other aspects of the Rifidi Edge Server in more detail.