https://github.com/pklaus/rpi-usbtmc-gateway
Using the Raspberry Pi as a USBTMC ⟷ Ethernet Gateway
https://github.com/pklaus/rpi-usbtmc-gateway
Last synced: about 1 month ago
JSON representation
Using the Raspberry Pi as a USBTMC ⟷ Ethernet Gateway
- Host: GitHub
- URL: https://github.com/pklaus/rpi-usbtmc-gateway
- Owner: pklaus
- Created: 2015-08-03T08:06:09.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-26T10:43:46.000Z (over 7 years ago)
- Last Synced: 2025-03-26T13:04:11.095Z (about 2 months ago)
- Language: C
- Homepage: http://go.klaus.pw/rpi-usbtmc-gateway
- Size: 39.1 KB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### rpi-usbtmc-gateway
This is a collection of software and scripts to
use a Raspberry Pi as a USBTMC ⟷ Ethernet Gateway.#### Installation
This toolkit is made for a Raspberry Pi running Arch Linux ARM.
There is a simple boot-strapped installation for a RPi runnging a "brand-new" Arch image available:
bash -c "$(curl -fsSL https://raw.githubusercontent.com/pklaus/rpi-usbtmc-gateway/master/rpi/00_leverage.sh)"
#### Credit
The credit for this work goes mainly to Dr. Volker Ziemann
who wrote an extensive text on how to set this up:I would also like to thank the developers who wrote the usbtmc
Linux kernel module. Great job!