Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/newam/dp800
- Owner: newAM
- License: mit
- Created: 2022-09-25T23:24:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T01:13:45.000Z (2 months ago)
- Last Synced: 2024-10-24T18:51:18.810Z (2 months ago)
- Topics: dp832, rigol, rust
- Language: Rust
- Homepage:
- Size: 240 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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