Is Anyone Using OSGi
An Anonymous Coward queries: "OSGi is a Java technology for allowing third party venders to control your domestic appliances (Fridge, Front Door, Security System etc).
I have been tasked to implement OSGi apps, but cannot find any working examples, is anybody working on OSGi applications?"
...is anybody working on OSGi applications?
No.
I don't see many people in the slashdot community coding or knowning about related project because there is no real need. Personally I think that this is one of them technologies that is being pushed onto a consume market that doesn't want it. Sure your refrigerator telling someone that your out of milk and automatically ordering it is cool. but who would really want it other then having it for the novelty factor?
What about these? It reads:
...
OSGi Based Products
A listing of products that use OSGi technology
4DAgent
Acunia, Embedded Solutions XINGU Product Offering
Aleato
Amino
Atinav aveLink
Bluelabs
History matters..
I thought all this web enabled kitchen appliances, curtains and pet dogs had joined the
1950s jetson style flying cars and the 1970s Honeywell Kitchen Computer in the Hall of
Really Stupid Ideas By Geeks Who Don't Get Out Enough? Guess I was wrong.
great, now virus's really WILL make the icecream go melty when they infect my refrigerator.
That said, check out ProSyst. They have a server and bundles for various tasks. I've used it in the past to control X10.
The Economics of Website Security
Sure the extream uses of this kind of technology are generally crazy at best, most of the subtle ones are over looked, and just creep in little by little.
Wouldnt it be nice to just press a button on your PDA, so by the time you step in to your kitchen, your coffee pot you set up before work has just brewed perfectly. Or turning off the oven because that 'One pint' with the lads turned out to be a few more, and you don't want your dinner you left in the oven to over cook because you wont be back in time to turn it off.
At some point, somebody will do something with just the right amount of 'GeeWizz' and functionality to make a great product...
I saw the light at the end of the tunnel... But it was just someone with a flashlight bringing more work.
seems like most people mistakenly associated OSGi with talking fridges. ;)
- guess OSGi is doing a pretty bad job marketing itself here
OSGi is an embedded component framework which simplifies the task to create modular distributed applications targeted to embedded devices
What you do with it is up to the developer.
developing simple hello world bundles using OSGi is overkill and frustrating.
but creating flexible, modular distributed and managed applications is almost impossible without re-inventing OSGi.
Technologies where OSGi is used today sucessfully include telematics and in-car computing, as well as broadband service delivery platforms.
for a working development kit check out Gatespaces SGADK: Gatespace.com
OSGi: an Embedded Application Server Framework
Sorry I'm posting anonymously, I'm just trying to avoid any possible repercussions to my being totally forthright.
I wrote some OSGi bundles in the past for the company I work for. I found it to have a bit of a learning curve, but once you buy in to their design philosophy, it's pretty easy, really. I was the tech lead on the project, and it got released but not used much, due to a schizophrenic marketing campaign.
Anyway, I'm still subscribed to several expert group mailing lists at OSGi, and I've noticed that the flow of information and questions has all but halted completely. I think that with the "tech slump", a lot of companies laid off people that were working on OSGi. (After all, it is kind of a fringe bit of research for pretty much all of the companies involved.) Also, the embedded networking space has been pretty slow lately.
Anyway, I think OSGi had some good ideas, and I hope that things improve for them. The biggest problems I saw was that Java, even micro edition, is still quite large for an embedded processor, and the existing engineers doing embedded work don't usually have much Java experience. After all, the whole point is to make a framework that allows for easy integration of embedded communications code.
Anyway, good luck, and read the docs carefully. The information you need is in there, it's just a bit difficult to extract it.
I am working at a company that is using OSGi pretty heavily. While I have basically been familarizing myself with their code it seems fairly straight forward. What are you using as a OSGi framework? Any specific question?
a company in Santa Rosa, CA was doing some stuff with thermostats, etc, my friend dutifully installed all the products in his house and tried using them or a while before he realized that it really sucked to log into your computer to change the thermostat. He ripped everything out once the company went bankrupt.
The core idea of the OSGi is to provide a Java based platform for collaborative networked services. It is specified in painstaking detail:
- How to lifecycle services
- The deployment format of services
- Dynamically discover attachment and deattachment of services
- A number of basic services like logging, http, device drivers, configuration management, preferences, user admin, wiring etc.
- How to make it secure
The target for the OSGi has always been small devices so the total overhead is kept to a minimum. Implementations are available from a large number of vendors like Gatespace, IBM, ProSyst, SUN that actively participated in the specifications. As an example, a very cool product built with OSGi is the Possio PX 20 Bluetooth to 802.11b gateway. Many more companies are in the final stages of delivering products. The OSGi has recently opened a developer zone that may be relevent for people that want to know more. I think it is a pretty cool platform (OK, I am biased) that will end up in a lot of appliances and servers in the next few years.