https://github.com/anssi-fr/lidi
Transfer a raw TCP or Unix stream or files through a unidirectional link with forward error correction
https://github.com/anssi-fr/lidi
data-diode diode networking raptorq rust
Last synced: 4 months ago
JSON representation
Transfer a raw TCP or Unix stream or files through a unidirectional link with forward error correction
- Host: GitHub
- URL: https://github.com/anssi-fr/lidi
- Owner: ANSSI-FR
- License: lgpl-3.0
- Created: 2020-10-12T15:23:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-12-15T12:34:25.000Z (6 months ago)
- Last Synced: 2025-12-18T14:25:11.091Z (6 months ago)
- Topics: data-diode, diode, networking, raptorq, rust
- Language: Rust
- Homepage:
- Size: 9.69 MB
- Stars: 87
- Watchers: 8
- Forks: 14
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lidi
[](https://github.com/ANSSI-FR/lidi/actions)
[](https://github.com/ANSSI-FR/lidi/actions)
## What is lidi?
Lidi (leedee) allows you to copy TCP or Unix streams or files over a unidirectional link.
It is usually used along with an actual network diode device but it can also be used over regular bidirectional links for testing purposes.
For more information about the general purpose and concept of unidirectional networks and data diode: [Unidirectional network](https://en.wikipedia.org/wiki/Unidirectional_network).
## Where to find some documentation?
The *user* documentation is available at , or can be built and opened with:
```
$ cd doc
$ make html
$ xdg-open _build/html/index.html
```
The *developer* documentation can be built and opened by running:
```
$ cargo doc --document-private-items --no-deps --lib --open
```