An open API service indexing awesome lists of open source software.

https://github.com/markmll/scpisrv

This is a minimal SCPI server implementation, trying to hide as much complexity as possible.
https://github.com/markmll/scpisrv

linux scpi

Last synced: 3 months ago
JSON representation

This is a minimal SCPI server implementation, trying to hide as much complexity as possible.

Awesome Lists containing this project

README

          

# scpisrv
This is a minimal SCPI server, intended to be embedded in a program that reads from or controls a bench instrument. See e.g. https://github.com/MarkMLl/Mastech_ms2115b for a slightly more comprehensive example.

This is definitely not comprehensive, but is able to parse SCPI commands (Program Messages), expand short to long node names, fill in omitted root references, and then pass each Program Message Unit to a registered handler.