Savek-CC
Savek-CC
Any progress - or is this abandoned?
Thanks - just branched and pulled from your repo - will set up the sdk and see where it takes me ;)
It's been a while - but I'd strongly vote for option 2. If a technical identical dependency is included multiple times, it should only appear ONCE as a component in...
I'm just testing with completely different instance and KNX IP interface - which is in a different subnet. Is it possible, that we're looking a a NAT issue here? (ETS...
The current error is: [error] 2023-02-11 22:50:18.666 (idle): Incomplete/unparseable UDP packet: TypeError: Cannot read property 'service_type' of undefined at datagramDesc (/opt/iobroker/node_modules/iobroker.openknx/lib/knx/src/Connection.js:328:55) at fsm.FSM.onUdpSocketMessage (/opt/iobroker/node_modules/iobroker.openknx/lib/knx/src/Connection.js:21:19) at Socket. (/opt/iobroker/node_modules/iobroker.openknx/lib/knx/src/IpTunnelingConnection.js:32:14) at Socket.emit (events.js:400:28)...
So - it seems like knx.js is unable to parse packets with "Additional Info" in the ADPU and thus returns an error - which causes the stack to crash and...
Fixed above issue with https://github.com/iobroker-community-adapters/ioBroker.openknx/pull/338/ Might also work for @micha182 as you also have lines with "serviceType == undefined". Not sure if this also was the original error though.
Hi! We're actually also working on a feature like this. It has already been discussed here in other issues (t.b.d. - link them to this one). Our current working discussion...
References to other discussions on this topic: https://github.com/DependencyTrack/dependency-track/issues/869 https://github.com/DependencyTrack/dependency-track/issues/2041#issuecomment-1422705865
DependencyTrack is "API first" - what speaks against identifying a project by assigning it a purl (or cpe if you must) and then including this in an SBOM of a...