Skip to content
forked from LHSRobotics/gdmux

Gcode interpreter and demultiplexer, and a Go library for controlling the Staübli robotic arm at the London Hackspace.

Notifications You must be signed in to change notification settings

metacomgd/gdmux

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# gdmux

To run a single gcode file: `gdmux -arm /dev/ttyStaubli [gcode file]`

To run a launch the web interface: `gdmux -arm /dev/ttyStaubli -http :8002`

Since this will mainly be running on Linux, we just deal with the serial ports as files.
It's up to the user to set them up with the correct parameters (baudrate, stop bits, parity, etc.) using `stty`.
This keeps things nice and simple.

## Getting/Building

For the Go parts, everything should work with `go get`. Run `go get github.com/LHSRobotics/gdmux/cmd/gdmux` and gdmux will be installed in your Go bin directory.

For the V+ parts, refer to your trustly V+ manual.

## Testing

To test the command and packages, run `go test ./...`.

About

Gcode interpreter and demultiplexer, and a Go library for controlling the Staübli robotic arm at the London Hackspace.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • nesC 98.6%
  • Go 1.1%
  • Other 0.3%