Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.