{"id":15417051,"url":"https://github.com/blueandi/vscp-cli-tools","last_synced_at":"2025-03-28T03:41:02.208Z","repository":{"id":89190861,"uuid":"406906952","full_name":"BlueAndi/vscp-cli-tools","owner":"BlueAndi","description":"Very Simple Control Protocol (VSCP) Level 1 CLI Tools","archived":false,"fork":false,"pushed_at":"2025-01-17T17:46:41.000Z","size":6140,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-02-02T04:44:25.655Z","etag":null,"topics":["automation","c99","homeautomation","vscp","vscp-framework"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BlueAndi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-09-15T19:53:10.000Z","updated_at":"2025-01-17T17:45:23.000Z","dependencies_parsed_at":"2025-01-15T00:24:58.785Z","dependency_job_id":"55abde56-746f-4d82-8841-39b94709e790","html_url":"https://github.com/BlueAndi/vscp-cli-tools","commit_stats":{"total_commits":24,"total_committers":1,"mean_commits":24.0,"dds":0.0,"last_synced_commit":"c381183465063b76be176fa0d026faa47ec2e17f"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueAndi%2Fvscp-cli-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueAndi%2Fvscp-cli-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueAndi%2Fvscp-cli-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BlueAndi%2Fvscp-cli-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BlueAndi","download_url":"https://codeload.github.com/BlueAndi/vscp-cli-tools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245966926,"owners_count":20701759,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","c99","homeautomation","vscp","vscp-framework"],"created_at":"2024-10-01T17:14:30.302Z","updated_at":"2025-03-28T03:41:02.183Z","avatar_url":"https://github.com/BlueAndi.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VSCP CLI Tools\n\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](http://choosealicense.com/licenses/mit/)\n[![Repo Status](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)\n[![Release](https://img.shields.io/github/release/BlueAndi/vscp-bootloader.svg)](https://github.com/BlueAndi/vscp-cli-tools/releases)\n\nCommand line interface tools used to maintain or simulate VSCP nodes.\n\n- [VSCP CLI Tools](#vscp-cli-tools)\n- [VSCP](#vscp)\n- [Tools](#tools)\n- [How To Build](#how-to-build)\n  - [Prerequisite](#prerequisite)\n    - [Linux](#linux)\n    - [Windows](#windows)\n  - [1 Clone The Repository](#1-clone-the-repository)\n  - [2 Choose Project](#2-choose-project)\n  - [3 Build](#3-build)\n- [Used Libraries](#used-libraries)\n- [Issues, Ideas And Bugs](#issues-ideas-and-bugs)\n- [License](#license)\n- [Contribution](#contribution)\n\n# VSCP\n\n\u003cimg src=\"https://github.com/grodansparadis/vscp_logo/raw/master/vscp_logo.jpg\" width=\"200px\" alt=\"Logo\" /\u003e\n\nThe Very Simple Control Protocol (VSCP), an open and free protocol for IoT/m2m automation tasks.\n\nMore information can be found on the main site http://www.vscp.org\n\n# Tools\n\n| Project    | Description |\n| :------:   | :---------: |\n| logger     | Tool which shows VSCP events on the command line, which are received by a daemon connection. |\n| nodeSim | Simulates a single VSCP node. It can be called several times with different configurations to simulate more than one VSCP node. |\n| programmer | Tool to program VSCP nodes over a VSCP daemon connection. It uses the VSCP standard bootloader algorithm. |\n\n# How To Build\n\n## Prerequisite\n\n### Linux\n1. Open a terminal.\n2. Call ```setup_linux.sh```\n\n### Windows\n\n1. 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.\n2. The gcc build environment will be available in the \"MSYS2 MinGW UCRT 64-bit\" shell.\n3. Install expat packages:\n    ```bash\n    pacman -S libexpat\n    pacman -S libexpat-devel\n    ```\n4. Install required visual studio runtime packages:\n   * https://aka.ms/vs/17/release/vc_redist.x86.exe\n   * https://aka.ms/vs/17/release/vc_redist.x64.exe\n\n## 1 Clone The Repository\n\nThe [vscp-framework](https://github.com/BlueAndi/vscp-framework) is added as git submodule. Therefore use\n```\n$ git clone --recursive https://github.com/BlueAndi/vscp-cli-tools.git\n```\n\nIf already cloned and just a update of the vscp-framework shall be done, use:\n```\n$ git submodule update --remote\n```\n\n## 2 Choose Project\n\nChoose the project by entering the corresponding folder, e.g. ```/nodeSim```.\n\n## 3 Build\n\nBuild debug variant with ```make debug``` or use ```make release``` for the release variant.\nThe result will be in the ```/\u003cproject\u003e/bin``` folder.\n\n# Used Libraries\n\n| Library | Description | License |\n| - | - | - |\n| [Expat](https://github.com/libexpat/libexpat) | Fast streaming XML parser. | MIT |\n| [OpenSSL](https://github.com/openssl/openssl) | OpenSSL is a robust, commercial-grade, full-featured Open Source Toolkit for the TLS (formerly SSL), DTLS and QUIC (currently client side only) protocols. | Apache-2.0 |\n| [vscp-helper-lib](https://github.com/grodansparadis/vscp-helper-lib) | VSCP helper functionality | MIT |\n\n# Issues, Ideas And Bugs\n\nIf you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/vscp-cli-tools/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.\n\n# License\nThe whole source code is published under the [MIT license](http://choosealicense.com/licenses/mit/).\n\n# Contribution\nUnless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, shall be licensed as above, without any\nadditional terms or conditions.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblueandi%2Fvscp-cli-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblueandi%2Fvscp-cli-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblueandi%2Fvscp-cli-tools/lists"}