Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LgHS/hpgl-sender
Send HPGL code to our Roland DXY plotters through a web interface
https://github.com/LgHS/hpgl-sender
Last synced: about 1 month ago
JSON representation
Send HPGL code to our Roland DXY plotters through a web interface
- Host: GitHub
- URL: https://github.com/LgHS/hpgl-sender
- Owner: LgHS
- Created: 2018-10-29T08:45:24.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-29T18:12:54.000Z (over 1 year ago)
- Last Synced: 2024-08-03T02:04:21.150Z (4 months ago)
- Language: JavaScript
- Size: 112 KB
- Stars: 10
- Watchers: 25
- Forks: 4
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-plotters - HPGL Sender - A web interface for previewing HPGL and sending it to your plotter. (Software / HPGL)
README
# HPGL Sender
Send HPGL code on our Roland DXY plotters through a web interface.
## Install on raspberry pi (Raspbian Jessie Stretch Lite)
### Install nodejs
* Update the package list : `sudo apt-get update`
* Install curl and git : `sudo apt-get install git curl -y`
* Download script from nodesource for v8 : `curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -`
* Install node : `sudo apt-get install nodejs -y`### Clone repository
`git clone [email protected]:LgHS/hpgl-sender.git`
## Run server
* `cd hpgl-sender`
* `npm install`
* `node src/app.js`Look for your raspberry pi IP address on your local
network, add port `8080` and open in your browser
(eg. `http://192.168.*.*:8080`)