Git Product home page Git Product logo

vscp-cli-tools's Introduction

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

Get the standard gcc build environment:

$ sudo apt update
$ sudo apt install build-essential

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 "MSYS MinGW 64-bit" shell.

1 Clone The Repository

The vscp-framework is added as git submodule. Therefore use

$ git clone --recursive https://github.com/BlueAndi/vscp-cli-tools.git

If already cloned and just a update of the vscp-framework shall be done, use:

$ git submodule update --remote

2 Choose Project

Choose the project by entering the corresponding folder, e.g. /nodeSim.

3 Build

Build debug variant with make debug or use make release for the release variant. The result will be in the /<project>/bin folder.

Issues, Ideas And Bugs

If you have further ideas or you found some bugs, great! Create a issue or if you are able and willing to fix it by yourself, clone the repository and create a pull request.

License

The whole source code is published under the MIT license.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, shall be licensed as above, without any additional terms or conditions.

vscp-cli-tools's People

Contributors

blueandi avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar

vscp-cli-tools's Issues

VSCP bootloader client

Hi Any,

is it OK if I use some of the code from the programmer cli project in the new VSCP Works?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.