Joseph Coffland

Results 112 comments of Joseph Coffland

10.6 I'm not sure what was in the directory. Once I wiped it out everything worked fine again.

I don't think that's quite what we want to do. I would like to serve the HTML, Javascript and CSS parts of LaserWeb4 from the RPi and have our Python...

What does the LW server do? Is it more than just a serial port server? Can you point me to docs on the API?

Our Python code already contains a WebSocket server. I wonder if we couldn't just implement the API directly. Our server does not need to support TinyG, GRBL or Smoothie. Its...

If I had a $ for from everyone that thought it was a TinyG in a fancy box our Kickstarter would be funded already. We did start out with the...

Perhaps I can help with documenting the API. It appears to be JSON data in both directions. It would be nice to have something like this: http://dev.buildbotics.com/ for all the...

I had the same problem with _socket.io_. I ended up switching to [SockJS](https://github.com/sockjs/sockjs-client) because I couldn't get _socket.io_ to work with Python. On the Python side, I'm using _tornado_ and...

As a quick fix you could edit ``FAHControl`` and replace the top line with ``#!/usr/bin/env python2``.

I've modified the script so that it will explicitly call python2 in future releases.

It doesn't work like that. You have to build and install the package.