https://github.com/winder/simplejavagrblstreamer
A minimal Java application to stream a gcode file to GRBL.
https://github.com/winder/simplejavagrblstreamer
Last synced: 22 days ago
JSON representation
A minimal Java application to stream a gcode file to GRBL.
- Host: GitHub
- URL: https://github.com/winder/simplejavagrblstreamer
- Owner: winder
- License: mit
- Created: 2015-06-23T05:19:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-06-23T05:29:33.000Z (almost 10 years ago)
- Last Synced: 2024-05-07T18:16:50.741Z (about 1 year ago)
- Language: Java
- Size: 97.7 KB
- Stars: 2
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simpleJavaGrblStreamer
A minimal Java application to stream a file to GRBL as quickly as possible.
Uses a blocking queue to send events from the serial event thread to the main thread which is sending the file.
Build with "mvn compile assembly:single"
Run with "java -jar "