Categories
VSCP

Last hour

I am working my last hour now for this year and will from this point have a few days off. It’s been a strange year and I think everyone is hoping for a better 2021.

I am currently working on porting and testing the last bits for the 15.0 VSCP & Friends release and hopefully we will see this released in the beginning of the new year. Lots of changes. I am rather excited.

I just want to wish everyone here a happy new year and also want to thank sponsors and everyone else that helped during this year. This support has been very important and the key to get energy to work on with the everyday tasks. THANKS!

Take care out there and I will hopefully see you all again in 2021.

Categories
node-js node-red VSCP

New version of node-red-contrib-socketcan (1.0.9)

node-red-contrib-socketcan (1.0.9) was published at 2020-12-15T16:22:14.697Z 

Updated bcrypt,

Categories
node-js VSCP

New version node-red-contrib-vscp-tcp (1.2.3)

A new version of the package node-red-contrib-vscp-tcp (1.2.3) was published at 2020-12-15T15:33:31.912Z

Known security vulnerabilities fixed

Categories
node-js node-red VSCP

New version node-red-contrib-canal (1.0.4)

A new version of the package node-red-contrib-canal (1.0.4) was published at 2020-12-15T15:28:23.600Z

Known security vulnerabilities fixed

Categories
node-js node-red VSCP

New version node-canal (1.0.9)

A new version of the package node-canal (1.0.9) was published at 2020-12-15T15:24:45.393Z

Known security vulnerabilities fixed

Categories
node-js node-red VSCP

New version node-red-contrib-vscp (1.2.3)

A new version of the package node-red-contrib-vscp (1.2.3) was published at 2020-12-15T15:16:00.923Z

Known security vulnerabilities fixed

Categories
node-js node-red VSCP

New version node-vscp (1.1.18)

A new version of the package node-vscp (1.1.18) was published at 2020-12-15T15:10:52.318Z

Known security vulnerabilities fixed

Categories
the VSCP Daemon VSCP

VSCP daemon – next version peek

It is now possible to use tokens instead of numbers in events published topics from a driver and from the VSCP daemon itself. This is accomplished by using {{class-token}} and {{type-token}} instead off {{class}} / {{type}} so a topic for the above can look like

vscp/{{guid}}/{{class-token}}/{{type-token}}/{{nickname}}

Note that also {{nickname}} is set here to make it easy to filter on events from a specific node.

The current list of substitutions that can be used is

{{driver-name}} – Name of driver receiving ten event,
{{guid}} – Full GUID on standard form.
{{guid0}}{{guid0}} – A specific GUID position.
{{guid.msb}} – MSB of GUID.
{{guid.lsb}} – LSB of GUID = nickname for can4vscp.
{{ifguid}} – GUID for interface the event is received on.
{{nickname}} – Nickname for node sendning event.
{{class}} – VSCP class
{{type}} – VSCP type.
{{class-token}} – VSCP class token.
{{type-token}} – VSCP type token.
{{head}} – VSCP event head.
{{obid}} – VSCP event obid.
{{timestamp}} – VSCP event timestamp.
{{dt}} – VSCP UTC datetime string.
{{year}} – VSCP event year.
{{month}} – VSCP event month.
{{day}} – VSCP event day.
{{hour}} – VSCP event hour.
{{minute}} – VSCP event minute.
{{second}} – VSCP event second.
{{clientid}} – Client id set for driver.
{{user}} – User set for driver.
{{host}} – Host set for driver.

There will probably be more added as we walk the path against a release.

Categories
VSCP

VSCP Google group terminated

With no activity on the VSCP Google group for a long time I have now removed it as it does not have any value for the project any longer.

Please use Github ínstead.

Categories
Javascript node-js node-red VSCP

New version of node-vscp-types (1.0.12)

A new version of the package node-vscp-type (1.0.12) was published at 2020-12-04T14:46:26.187Z

Updated to latest class/type definitions