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 <<INITIAL>> 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 <<INITIAL>> 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...