techninja / cncserver

A RESTful API server for driving serial based CNC devices
133 stars 39 forks source link

Performance #76

Closed techninja closed 8 years ago

techninja commented 8 years ago

This branch drastically changes the form of the code, and how it all works. Most notably, making the API and the serial command running into separate processes, allowing for completely non-blocking fast processing of very large command queues.