zwave-js-server
Small server wrapper around Z-Wave JS to access it via a WebSocket
File Explorer
Download Latest Version (.zip)- devcontainer.json
- config.yml
- ci.yml
- npmpublish.yml
- release-drafter.yml
- dependabot.yml
- release-drafter.yml
- client.ts
- server.ts
- command.ts
- incoming_message.ts
- message_handler.ts
- outgoing_message.ts
- command.ts
- incoming_message.ts
- message_handler.ts
- outgoing_message.ts
- command.ts
- incoming_message.ts
- message_handler.ts
- outgoing_message.ts
- command.ts
- incoming_message.ts
- message_handler.ts
- outgoing_message.ts
- command.ts
- incoming_message.ts
- message_handler.ts
- outgoing_message.ts
- command.ts
- incoming_message.ts
- message_handler.ts
- outgoing_message.ts
- command.ts
- incoming_message.ts
- message_handler.ts
- outgoing_message.ts
- command.ts
- incoming_message.ts
- message_handler.ts
- outgoing_message.ts
- command.ts
- incoming_message.ts
- message_handler.ts
- outgoing_message.ts
- command.ts
- incoming_message.ts
- message_handler.ts
- outgoing_message.ts
- command.ts
- common.ts
- const.ts
- error.ts
- event_queue.ts
- forward.ts
- inclusion_user_callbacks.ts
- incoming_message.ts
- incoming_message_base.ts
- index.ts
- instance.ts
- logging.ts
- message_handler.ts
- outgoing_message.ts
- server.ts
- state.ts
- index.ts
- integration.ts
- logger.ts
- parse-args.ts
- stringify.ts
- .gitignore
- .nvmrc
- API_SCHEMA.md
- eslint.config.mjs
- example_config.js
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/zwave-js/zwave-js-server
Downloads the entire project code from GitHub to your computer.
cd zwave-js-server
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
