8000 GitHub - BlueAndi/vscp-cli-tools: Very Simple Control Protocol (VSCP) Level 1 CLI Tools
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

BlueAndi/vscp-cli-tools

Repository files navigation

VSCP CLI Tools

License Repo Status Release

Command line interface tools used to maintain or simulate VSCP nodes.

VSCP

Logo

The Very Simple Control Protocol (VSCP), an open and free protocol for IoT/m2m automation tasks.

More information can be found on the main site http://www.vscp.org

Tools

Project Description
logger Tool which shows VSCP events on the command line, which are received by a daemon connection.
nodeSim Simulates a single VSCP node. It can be called several times with different configurations to simulate more than one VSCP node.
programmer Tool to program VSCP nodes over a VSCP daemon connection. It uses the VSCP standard bootloader algorithm.

How To Build

Prerequisite

Linux

  1. Open a terminal.
  2. Call setup_linux.sh

Windows

  1. Install MSYS2 (https://www.msys2.org/) and follow the complete installation instructions there. Only installing the MSYS2 binary is not enough! There are several steps in the MSYS2 shell necessary.
  2. The gcc build environment will be available in the "MSYS2 MinGW UCRT 64-bit" shell.
  3. Install expat packages:
    pacman -S libexpat
    pacman -S libexpat-devel
  4. Install required visual studio runtime packages:

1 Clone The Repository