Skip to content
/ USBoN Public
forked from Jesssullivan/USBoN

Serial over Network - [Octoprint Plugin]

Notifications You must be signed in to change notification settings

PSU-HC/USBoN

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

USBoN


README yet to be updated with Makerspace-specific formatting


Status

Intended for remote Pi Zeros (raspian + motioneye) installed around our facility.
A central server manages motioneye streams, OctoPrint, job slicing, etc.

Serial device (e.g. 3d printer) connected to a remote client is mounted on the server using the Debian usbip package.

prerequisite- usb.ids recently broke:

sudo mkdir /usr/share/hwdata/
sudo cp /var/lib/usbutils/usb.ids /usr/share/hwdata//usb.ids

send:

# receiving: "client" 
sudo modprobe vhci-hcd

bind:

# sending: "server"
sudo modprobe usbip_host
sudo usbipd &
sudo usbip bind -b 1-1

About

Serial over Network - [Octoprint Plugin]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 84.3%
  • Shell 10.1%
  • HTML 4.6%
  • G-code 1.0%