lw.comm-server
lw.comm-server copied to clipboard
Unified communications server for LaserWeb4 (and other frontends)
This updates the `Dockerfile` to support recent serialport changes and improve cross-platform support. Changed the base image to the ['official'](https://hub.docker.com/_/node) node16/bullseye image; this brings support for [multiple platforms](https://github.com/nodejs/docker-node/blob/6e8f32de3f620833e563e9f2b427d50055783801/16/bullseye/Dockerfile#L9) (armhf, arm64,...
New support for XHC LHB04B (wired USB). Should be compatible with wireless version XHC WHB04B. For now only tested for 3 axis.
Server is quite bloated in one file and quite coupled. My idea is to work on first the modularization of the server and then decouple from the app.
Remove user/directory hardcoding in *.service and build up using a 'preinstall' script, parsing $USER and $CWD environment variables instead. Will be more portable, for any debian derivative which uses the...
TODO: Merge lw.comm-server, lw.comm-server#electron_bundler and LaserWeb4 into one repsitory and remove duplicates. TODO: Move from npm to yarn. TODO: Migrate to newer package versions of dependencies (especially electron and electron-builder)....
I'm trying to get this to run on a 3B+ I followed the installation guide [here](https://github.com/LaserWeb/lw.comm-server/wiki/Manual-Installation-(RasPi)) line by line. I also tested this with a fresh buster and bullseye image....
**Platform used :** Raspberry pi 3, 4.19.66-v7+ #1253 Laser 4.0.996 hosted on local ip and port 8000 Node version : V10.19.0 Npm version : 6.13.4 **Step to reproduce the issue**...
Added the ability to choose by name the interface the server will listen on. On my windows machine, it looks to try to listen on an interface without a valid...
Hello, for the live jogging grblv1.1 implemented a jogcancel command with extended ascii commands I have implemented it for arduino grblv1.1 but i dont know which commands for the other...
This would be the server part of https://github.com/LaserWeb/LaserWeb4/issues/49 A way for the UI to store and retrieve settings from the server. This way the user could easily set up different...