c3motion / GPIB-Web

Web Interface for GPIB devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install

GPIB

  • Linux GPIB Driver
  • For NI-USB-HS: modprobe ni_usb_gpib
  • Python interface included with driver

Web

  • pip install flask

Example

Run example code with:

flask --app web-example run --host=0.0.0.0

About

Web Interface for GPIB devices

License:MIT License


Languages

Language:Python 71.9%Language:JavaScript 20.2%Language:CSS 7.9%