Categories
node-js VSCP

node-red-contrib-vscp-tcp (1.1.0)

A new version of the package node-red-contrib-vscp-tcp (1.1.0) was published at 2020-03-22T21:44:08.953Z
Categories
node-js node-red VSCP

node-vscp (1.1.14)

A new version of the package node-vscp (1.1.14) was published at 2020-03-19T13:35:48.873Z

Fixed syntax error when loading module.
Categories
Drivers VSCP

vscpl1drv-can232 1.1.0 released

Available here https://github.com/grodansparadis/vscpl1drv-can232/releases/tag/v1.1.0

Categories
Drivers VSCP

vscpl1drv-socketcan 1.1.0 released

Categories
Drivers General VSCP

vscpl1drv-logger 1.1.0 released

Categories
Drivers VSCP

vscpl1drv-can4vscp 1.1.0 released

Info about the release can be found here https://github.com/grodansparadis/vscpl1drv-can4vscp/releases/tag/v1.1.0

Categories
Drivers General VSCP

VSCP Helper library 14.0.0 released

The 14.0.0 version of the VSCP helper library has been released.

Binaries and source is here https://github.com/grodansparadis/vscp-helper-lib/releases/tag/v14.0.0

Categories
node-js VSCP

node-float-helper 1.0.0 released

node-float-helper contains some helper functionality for applications (binary protocol handling for example) that have floating point values or integers of various lengths stored in memory.

The package is available here

This code is part of the VSCP project.

Categories
node-js VSCP

node-vscp-class (1.0.8)

A new version of the package node-vscp-class (1.0.8) was published at 2020-03-11T09:32:13.097Z. The shasum of this package was 33151e2a77130333f62b5a21cfa0f14ebe167f55.
Categories
VSCP

vscpd 14.0.0 Silicon has been released

So after more than a year of work it is time for the release of vscpd 14.0.0 Silicon. And actually it is not much new stuff in this release. It is instead more or less a total rewrite. Some old libraries has been removed. A lot of things has been lifted and changed.

If you consider updating there are a few things you should know.

1.) The decision matrix is no longer available in the VSCP daemon. We recommend the use of node-red and tools from here to replace this functionality.

2.) Remote variables is no longer available anymore. Again use node-red to get the functionality. We will provide examples on how to do so later.

3.) udp interface is no longer build into the VSCP daemon but instead packed in an optional level II driver.

4.) While level I drivers works as before the interface to level II drivers is new. This means that level II drivers made for <14 releases will not work with never releases.

5.) Drivers are no longer shipped with the main release binaries and should be installed separately.

7.) The main install folder is now /var/lib/vscp instead of /srv/vscp as before. You find folders for web pages and drivers as well as other files there. Configuration file is as usual in /etc/vscp

8.) systemd is now used to start/stop/restart the the VSCP daemon. So use “systemctl start/stop/restart vscpd

node-red is mentioned several times here and that is because VSCP will be tightly integrated with node-red in the future. Some of that work has already been done but more will come.

You find the release binaries here. New is that most binaries are available as Debian packages for easy install.