Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bobvanderlinden/node-machinetalk-example
https://github.com/bobvanderlinden/node-machinetalk-example
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bobvanderlinden/node-machinetalk-example
- Owner: bobvanderlinden
- Created: 2015-10-26T23:29:10.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-28T21:21:59.000Z (almost 9 years ago)
- Last Synced: 2024-04-15T00:15:40.792Z (7 months ago)
- Language: JavaScript
- Size: 65.4 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-machinetalk-example
A web-interface for Machinekit using [node-machinetalk](https://github.com/bobvanderlinden/node-machinetalk).
## Requirements
Machinekit needs available on your network and needs to be configured to use `mkwrapper`.
[mkwrapper-sim](https://github.com/strahlex/mkwrapper-sim) is an example configuration that supports `mkwrapper` as well as other related Machinetalk features.
If you want to use `mkwrapper` on an existing configuration, simply set the `DISPLAY` to `mkwrapper` like:
```ini
[DISPLAY]
DISPLAY = mkwrapper
```Additionally, Avahi or Bonjour needs to be running on the system where `node-machinetalk-example` is installed.
## Installation
```
git clone https://github.com/bobvanderlinden/node-machinetalk-example
cd node-machinetalk-example
npm install
```