Re: [osgi-dev] tuto IoT

2016-12-05 Thread gwendal toullec
Hello Peter,


I'm a beginner with OSGi, just start Jerome Moliere book. But I hope I will 
come back later to give a hand.


Regards,

Gwendal.



De : osgi-dev-boun...@mail.osgi.org <osgi-dev-boun...@mail.osgi.org> de la part 
de Peter Kriens <peter.kri...@aqute.biz>
Envoyé : mercredi 30 novembre 2016 08:13
À : OSGi Developer Mail List
Objet : Re: [osgi-dev] tuto IoT

It is an open source project so this will require someone to provide a patch.

Kind regards,

Peter Kriens

On 30 Nov 2016, at 01:41, gwendal toullec 
<gwendaltoul...@hotmail.com<mailto:gwendaltoul...@hotmail.com>> wrote:

http://enroute.osgi.org/tutorial_iot/140-circuits.html

<http://enroute.osgi.org/tutorial_iot/140-circuits.html>

<http://enroute.osgi.org/tutorial_iot/140-circuits.html>
don't work well with my raspberry 3. Felix bundle web console isn't able to add 
IC by interact with config tab. Just see DomoticaCommand (DC) bundle:


> ics
{"deviceId":"DC", "type":"enroute.r...caCommand", "name":"DC", "icon":null, 
"inputs":[], "outputs":[{"name":"set", "type":"boolean", "value":false}]}

Then I don't succeed in blinking my led and to see GPIO00 in IC circuit GUI.

After

>  connect DomoticaCommand set GPIO00 set
{"wireId":1001, "fromDevice":"DomoticaCommand", "fromPin":"set", 
"toDevice":"GPIO00", "toPin":"set", "wired":false}
> led true

It's my DomiticaCommand bundle led value that change...

In a near future would osgi.enroute framework support raspberry3?

___
OSGi Developer Mail List
osgi-dev@mail.osgi.org<mailto:osgi-dev@mail.osgi.org>
https://mail.osgi.org/mailman/listinfo/osgi-dev

___
OSGi Developer Mail List
osgi-dev@mail.osgi.org
https://mail.osgi.org/mailman/listinfo/osgi-dev

Re: [osgi-dev] help needed

2016-11-28 Thread gwendal toullec
Done but only for osgi.enroute.iot.pi.provider and not for pi4j because 
osgi.enroute.iot.pi.provider  is really needed for the second part of the tuto 
with scheduler.


Gwendal.



De : osgi-dev-boun...@mail.osgi.org <osgi-dev-boun...@mail.osgi.org> de la part 
de Daghan ACAY <daghana...@hotmail.com>
Envoyé : lundi 28 novembre 2016 08:18
À : OSGi Developer Mail List
Objet : Re: [osgi-dev] help needed


You welcome,


It would be great help if you can find time and do a pull request on the 
tutorial source at least for raspberry pi 2.

You can find the page content here https://github.com/osgi/osgi.enroute.site.


good luck

-Daghan




From: osgi-dev-boun...@mail.osgi.org <osgi-dev-boun...@mail.osgi.org> on behalf 
of gwendal toullec <gwendaltoul...@hotmail.com>
Sent: Monday, November 28, 2016 7:18 AM
To: OSGi Developer Mail List
Subject: Re: [osgi-dev] help needed


Thank you very much Daghan, it works fine []


Unfortunately this library isn't up to date for raspberry 3 so I had py4j 
dependency in the central.xml as you explain for osgi.enroute.iot.pi.provider 
and all is right now.


Thanks again.


Regards,

Gwendal.


De : osgi-dev-boun...@mail.osgi.org <osgi-dev-boun...@mail.osgi.org> de la part 
de Daghan ACAY <daghana...@hotmail.com>
Envoyé : dimanche 27 novembre 2016 03:38
À : OSGi Developer Mail List
Objet : Re: [osgi-dev] help needed


Hi Gwendal,


I believe "osgi.enroute.iot.pi.provider" is no longer a part of enroute distro. 
Please remove the manually downloaded pi4j from your project and do the 
following:


1- open cnf>central.xml

2- Add the following



org.osgi
osgi.enroute.iot.pi.provider
2.0.0



This should solve your problem.


PS: if cannot find cnf>central.xml then let me know (possibly you will see 
cnf>central.json), I will provide another solution.


Cheers

-Daghan



From: osgi-dev-boun...@mail.osgi.org <osgi-dev-boun...@mail.osgi.org> on behalf 
of gwendal toullec <gwendaltoul...@hotmail.com>
Sent: Sunday, November 27, 2016 12:20 AM
To: osgi-dev@mail.osgi.org
Subject: [osgi-dev] help needed


Hi all, I am trying to do this tutorial


http://enroute.osgi.org/tutorial_iot/120-exploring.html


but I have got a problem with:

osgi.enroute.iot.pi.provider

package is not find so I can resolve bndrun dependencies:


Unable to resolve <> version=null:
   missing requirement osgi.enroute.iot.pi.provider



and when I try with

osgi.enroute.iot.pi.command

dependencies not found:


Unable to resolve <> version=null:
   missing requirement enroute.iot.raspberry.application
->  Unable to resolve enroute.iot.raspberry.application 
version=1.0.0.201611270001:
   missing requirement com.pi4j.system]


I manually dowload and add pi4j in my project build path so I haven't no more 
eclipse problem but I fell that it is not a good solution for osgi and it not 
run on my remote raspberry ssh console...


___
OSGi Developer Mail List
osgi-dev@mail.osgi.org
https://mail.osgi.org/mailman/listinfo/osgi-dev

Re: [osgi-dev] help needed

2016-11-27 Thread gwendal toullec
Thank you very much Daghan, it works fine []


Unfortunately this library isn't up to date for raspberry 3 so I had py4j 
dependency in the central.xml as you explain for osgi.enroute.iot.pi.provider 
and all is right now.


Thanks again.


Regards,

Gwendal.


De : osgi-dev-boun...@mail.osgi.org <osgi-dev-boun...@mail.osgi.org> de la part 
de Daghan ACAY <daghana...@hotmail.com>
Envoyé : dimanche 27 novembre 2016 03:38
À : OSGi Developer Mail List
Objet : Re: [osgi-dev] help needed


Hi Gwendal,


I believe "osgi.enroute.iot.pi.provider" is no longer a part of enroute distro. 
Please remove the manually downloaded pi4j from your project and do the 
following:


1- open cnf>central.xml

2- Add the following



org.osgi
osgi.enroute.iot.pi.provider
2.0.0



This should solve your problem.


PS: if cannot find cnf>central.xml then let me know (possibly you will see 
cnf>central.json), I will provide another solution.


Cheers

-Daghan



From: osgi-dev-boun...@mail.osgi.org <osgi-dev-boun...@mail.osgi.org> on behalf 
of gwendal toullec <gwendaltoul...@hotmail.com>
Sent: Sunday, November 27, 2016 12:20 AM
To: osgi-dev@mail.osgi.org
Subject: [osgi-dev] help needed


Hi all, I am trying to do this tutorial


http://enroute.osgi.org/tutorial_iot/120-exploring.html


but I have got a problem with:

osgi.enroute.iot.pi.provider

package is not find so I can resolve bndrun dependencies:


Unable to resolve <> version=null:
   missing requirement osgi.enroute.iot.pi.provider



and when I try with

osgi.enroute.iot.pi.command

dependencies not found:


Unable to resolve <> version=null:
   missing requirement enroute.iot.raspberry.application
->  Unable to resolve enroute.iot.raspberry.application 
version=1.0.0.201611270001:
   missing requirement com.pi4j.system]


I manually dowload and add pi4j in my project build path so I haven't no more 
eclipse problem but I fell that it is not a good solution for osgi and it not 
run on my remote raspberry ssh console...


___
OSGi Developer Mail List
osgi-dev@mail.osgi.org
https://mail.osgi.org/mailman/listinfo/osgi-dev

[osgi-dev] help needed

2016-11-26 Thread gwendal toullec
Hi all, I am trying to do this tutorial


http://enroute.osgi.org/tutorial_iot/120-exploring.html


but I have got a problem with:

osgi.enroute.iot.pi.provider

package is not find so I can resolve bndrun dependencies:


Unable to resolve <> version=null:
   missing requirement osgi.enroute.iot.pi.provider



and when I try with

osgi.enroute.iot.pi.command

dependencies not found:


Unable to resolve <> version=null:
   missing requirement enroute.iot.raspberry.application
->  Unable to resolve enroute.iot.raspberry.application 
version=1.0.0.201611270001:
   missing requirement com.pi4j.system]


I manually dowload and add pi4j in my project build path so I haven't no more 
eclipse problem but I fell that it is not a good solution for osgi and it not 
run on my remote raspberry ssh console...


___
OSGi Developer Mail List
osgi-dev@mail.osgi.org
https://mail.osgi.org/mailman/listinfo/osgi-dev