Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
From documentation, I found how to do service-device mappings using java with a @ServiceCallback method. It works by instantiating templates from the service context like so: @ServiceCallback(...)
public Properties create(ServiceContext context, ...)...
@hoatruo wrote:In the past ncs-make-package was used for generating new NEDs. Nowadays a NED generator is used and demo-ned is the result of a NED generator when requiring a Generic REST NED.Hi hoatruo, is there somewhere where such a NED generator c...
Thanks for your answer but maybe I have not written my problem clearly.I don't want to work with a package only made of templates. What I want is to work with @ServiceCallback functions in java and populate my template instances there. It seems so fa...