New Firmata driver ready for being played with

2020-03-11 Thread Christofer Dutz
Hi all, today I moved the Firmata driver out of the Sandbox … it seems to be working nicely and supports all the features I had initially planned. If you want to play with this, all you need is an Arduino (I used an Uno) … there you upload the StandardFirmata sketch which you can get here [1]

Re: [DISCUSS] Generate the Karaf feature.xml as part of the driver build?

2020-03-11 Thread Łukasz Dywicki
I would hold here for a moment.. If you generate feature file for each and every driver you have then all of them will look like very long list of everything and installation of every next driver might cause reloading of the other one as they share dependencies. I opt for half hand written and

Re: Generating Drivers

2020-03-11 Thread Christofer Dutz
Hi Etienne, you are defining the type CipRRData twice ... once as one of the sub-types of EipPacket and once as a dedicated discriminated type. Chris PS: I have no idea why I didn't finish writing this email and I just noticed when closing everything down ... sorry for the late reply. Am

Re: [DISCUSS] Generate the Karaf feature.xml as part of the driver build?

2020-03-11 Thread Cesar Garcia
Hi Chris, 1+, Excellent Best regards, El mié., 11 mar. 2020 a las 12:17, Christofer Dutz (< christofer.d...@c-ware.de>) escribió: > > Hi all, > > Well actually if the S7 one works, I guess all I have to do is move the > plugin configuration up one level and then it will apply for all drivers >

Re: [DISCUSS] Generate the Karaf feature.xml as part of the driver build?

2020-03-11 Thread Christofer Dutz
Hi all, Well actually if the S7 one works, I guess all I have to do is move the plugin configuration up one level and then it will apply for all drivers with no manual need for action. Just thought we should check if I'm not fucking things up. Chris Am 11.03.20, 16:42 schrieb "Julian

Re: [DISCUSS] Generate the Karaf feature.xml as part of the driver build?

2020-03-11 Thread Julian Feinauer
Hi, full Ack with you Chris. I will probably work on adding the others soon as I am working on a Karaf based server atm. Best Julian Am 11.03.20, 08:32 schrieb "Robinet, Etienne" <43...@etu.he2b.be>: Hi Chris, I think this is an excellent idea! When I am done with the EIP I could

Re: Generating Drivers

2020-03-11 Thread Etienne Robinet
Hi all, I have a quick question. I've been working on the CIP encapsulation but hitting a problem with the mspec design. Here is the error I am facing: https://i.imgur.com/iCfh59n.png The problem here is that this CipRRData should also be of type EipPacket. When the command of an EipPacket is

Re: [DISCUSS] Generate the Karaf feature.xml as part of the driver build?

2020-03-11 Thread Robinet, Etienne
Hi Chris, I think this is an excellent idea! When I am done with the EIP I could try and give you a hand on this. Etienne Le mer. 11 mars 2020 à 08:22, Christofer Dutz a écrit : > Hi all, > > as you know we also produce one driver in a karaf-osgi-bundle-version .. > the s7 driver. > This had a

[DISCUSS] Generate the Karaf feature.xml as part of the driver build?

2020-03-11 Thread Christofer Dutz
Hi all, as you know we also produce one driver in a karaf-osgi-bundle-version .. the s7 driver. This had a manually written feature.xml which had to be maintained manually. I would like to propose to use the karaf-maven-plugin to have this generated as part of the driver build itself. Then