Especially for IMM management it makes a lot of sense to use python. OpenSAF should include some pythonic classes for IMM OM. I have some hacks lying around that potentially could be contributed. For IMM OM the obvious candidates are an iterator and an accessor which allows you to navigate and read IMM with very little code. /Hans
> -----Original Message----- > From: Guilherme Moro [mailto:[email protected]] > Sent: den 14 februari 2014 11:20 > To: Rabih El-Zahr > Cc: [email protected] > Subject: Re: [users] Run Python application with OpenSAF > > Hi, > > You can run any kind of application using a non pre-instantiable, non > sa-aware component, if you need a sa-aware component you have the > possibility of writing a wrapper in C as well, just to deal with the > OpenSAF API. > The python bindings are just for when you want to use OpenSAF API from > a python program, but for now the bindings are not really pythonic, so > not much advantage over a pure C wrapper. > So after deciding if you want a sa-aware or non sa-aware component, > you can probably look the samples directory and get a general idea. > > Regards, > > Guilherme Moro > > On 13 February 2014 23:28, Rabih El-Zahr <[email protected]> wrote: > > > > Hello, > > I'm planning to run an application written in python with OpenSAF. But I > > can't seem to find any online guideline to help me get > started. I've noticed that during the installation of OpenSAF, I have the > option to enable Python Bindings but i'm not sure if this is > enough to make my application "that is written in python" run as a service > instance in OpenSAF. > > I would appreciate if someone can provide me with the steps needed to make > > my python application work with OpenSAF. > > Regards,Rabih G. El-Zahr > > > > > > > > ------------------------------------------------------------------------------ > > Android apps run on BlackBerry 10 > > Introducing the new BlackBerry 10.2.1 Runtime for Android apps. > > Now with support for Jelly Bean, Bluetooth, Mapview and more. > > Get your Android app in front of a whole new audience. Start now. > > http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk > > _______________________________________________ > > Opensaf-users mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/opensaf-users > > ------------------------------------------------------------------------------ > Android apps run on BlackBerry 10 > Introducing the new BlackBerry 10.2.1 Runtime for Android apps. > Now with support for Jelly Bean, Bluetooth, Mapview and more. > Get your Android app in front of a whole new audience. Start now. > http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk > _______________________________________________ > Opensaf-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/opensaf-users ------------------------------------------------------------------------------ Android apps run on BlackBerry 10 Introducing the new BlackBerry 10.2.1 Runtime for Android apps. Now with support for Jelly Bean, Bluetooth, Mapview and more. Get your Android app in front of a whole new audience. Start now. http://pubads.g.doubleclick.net/gampad/clk?id=124407151&iu=/4140/ostg.clktrk _______________________________________________ Opensaf-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensaf-users
