Claudio Prezzi

Results 284 comments of Claudio Prezzi
trafficstars

@jcoffland You will have to check the server source for all websocket events and emits. I did not plan to document the whole API in detail (too much time consuming).

Sorry, but I love the way socket.io works and I don't see any reason to replace it.

I hate react/redux, but I do not try to replace it ;) (I would prefer Meteor)

@Haschtl Nice stuff, appreciate your work!

The backend (lw.comm-server) already has the functionality to handle smoothie SD card functions (see https://github.com/LaserWeb/lw.comm-server/wiki/API-(for-client-communication). It "just" needs to be implemented in the frontend. Something like a "Send Job" button...

The actual implementation sends the whole gcode to the backend (lw.comm-server) at the moment you start the job. The frontend is not needed anymore after the gcode has been transferred...

LaserWeb was made flexible so the user can decide if he wants to run the all-in-one electron app or have a separate backend. Running the gcode from SD card is...

This connection was just a test and needed a special firmware on the ESP8266. Unfortunately it never worked reliable, because WLAN connection was not stable and fast enough. One option...

@mkeyno We need the boards welcome string for compatibillity check and selecting the correct firmware protocol. If this string is not received within 2s, we disconnect. Please try this: -...

If you also don't get the welcome message with the serial monitor, then you are either on the wrong port or there is some other problem. You could then try...