Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/newam/dp800

Rigol DP800 API and DP832 TUI
https://github.com/newam/dp800

dp832 rigol rust

Last synced: 2 months ago
JSON representation

Rigol DP800 API and DP832 TUI

Awesome Lists containing this project

README

        

# DP800

[![CI](https://github.com/newAM/dp800/workflows/CI/badge.svg)](https://github.com/newAM/dp800/actions)

![Screenshot](./screenshot.png)

A weekend project to build a TUI for my Rigol DP832 power supply.

There are two crates in this workspace:

* `dp800`: A rust interface for the DP800 series power supply
* `dp832`: A basic TUI for the Rigol DP832

## Configuration

The address of the power supply is configured with a file named `dp832.txt` in your [configuration directory].

This file must contain exactly one line with the address and port of the power supply's telnet interface, for example:

```txt
10.0.0.2:5555
```

[configuration directory]: https://docs.rs/dirs/4.0.0/dirs/fn.config_dir.html