grodansparadis / vscpworks

VSCP general toolbox software (Depricated)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vscpworks

License C/C++ CI Release

Available for: Linux, Windows

VSCP general toolbox software for VSCP that runs on Linux and Windows. It has functionality to investigate events from remote devices, send events to remote devices, scan for remote devices, update firmware on remote devices and configure remote devices.


I M P O R T A N T


This software is deprecated. It will not be updated. Instead a new tool is under development that will take over the role of vscpworks. No new development will be done on this software.


The manual for vscpworks is here

How to install on Linux

Either install using debian package in release section of this repository or build/install following the build instructions below.

How to install on Windows

Install using the windows installation script available in the release section och this repository.

How to build on Linux

vscpworks is built using a standard autoconf build

cd vscpworks
git submodule update --init --recursive
sudo apt-get install libwxgtk3.0-gtk3-dev
./configure
make
make install

How to build on Windows

Use version 13.1.1.10 from here https://sourceforge.net/projects/m2m/ until the vscpworks++ version is ready or a build for the latest source is available.

Troubleshooting

Connecting over tcp/ip to >=14.0.0 vscpd

The interface list has been changed from this version. Now the GUID's is used. To be compatible with vscpworks which relay on the driver names a device driver name should end with "|" (without the quotes) to make the parsing work. Here is an example for vscpl1drv-can4vscp

<!-- The can4vscp driver -->
<driver enable="true"
        name="can4vscp|"
        config="/dev/ttyUSB0"
        flags="0"
        translation="0x02"
        path="/var/lib/vscp/drivers/level1/vscpl1drv-can4vscp.so"
        guid="FF:FF:FF:FF:FF:FF:FF:F5:01:00:00:00:00:00:00:02"
/>

Without this scan/config/boot will not work as they should.

Copyright © 2000-2020 Ake Hedman, Grodans Paradis AB - MIT license.

About

VSCP general toolbox software (Depricated)

License:MIT License


Languages

Language:C 67.4%Language:C++ 31.7%Language:M4 0.5%Language:Shell 0.2%Language:Makefile 0.1%Language:Objective-C 0.1%Language:Rich Text Format 0.0%Language:Lua 0.0%