oltcore 0.1.9

A Rust library for interacting with Huawei MA5800 OLT devices
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# OLT Core

A Rust library for interacting with Huawei MA5800 OLT (Optical Line Terminal) and similar devices over SSH.

## Installation

Add this to your `Cargo.toml`:

```toml
[dependencies]
oltcore = "0.1.0"
```