Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cncjs/cncjs-pendant-tinyweb
A tiny web console for small 320x240 LCD display
https://github.com/cncjs/cncjs-pendant-tinyweb
cnc pendant tinyweb
Last synced: about 1 month ago
JSON representation
A tiny web console for small 320x240 LCD display
- Host: GitHub
- URL: https://github.com/cncjs/cncjs-pendant-tinyweb
- Owner: cncjs
- License: mit
- Created: 2017-02-03T01:58:30.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-06T18:48:32.000Z (almost 5 years ago)
- Last Synced: 2024-05-01T11:27:14.495Z (8 months ago)
- Topics: cnc, pendant, tinyweb
- Language: JavaScript
- Homepage: https://cncjs.github.io/cncjs-pendant-tinyweb/src/
- Size: 923 KB
- Stars: 26
- Watchers: 9
- Forks: 23
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cncjs-pendant-tinyweb [![Travis CI Build Status](https://travis-ci.org/cncjs/cncjs-pendant-tinyweb.svg)](https://travis-ci.org/cncjs/cncjs-pendant-tinyweb)
### A tiny web console for small 320x240 LCD display
For users who want the jog function on a small 320x240 LCD display, use the mount option to set a mount point to serve static files. For example:
```
$ cnc -h
Usage: cnc [options]
Options:
-m, --mount [:] set the mount point for serving static files (default: /static:static)
```First, download the latest zip file from https://github.com/cncjs/cncjs-pendant-tinyweb/releases and save it to your Raspberry Pi to serve as static files. Let's assume you extract the zip file within the `/home` directory, you will see the a `tinyweb` directory under `/home` after extraction.
Then, run cnc with the `-m` option, like below:
```
$ cnc -m /pendant:/home/tinyweb/src
```After that, you should be able to see the tinyweb console as shown below at `http://localhost:8000/pendant/`.
![tinyweb-axes.png](https://raw.githubusercontent.com/cncjs/cncjs/master/media/tinyweb-axes.png)
It should fit perfectly with your 320x240 LCD display.