Skip to content
forked from ANSSI-FR/lidi

Transfer a raw TCP or Unix stream or files through a unidirectional link with forward error correction

License

Notifications You must be signed in to change notification settings

nmonet-anssi/lidi

 
 

Repository files navigation

lidi

Github CI Github CI

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.

Where to find some documentation?

The user documentation is available at https://anssi-fr.github.io/lidi/, or can be built and opened with:

$ cd doc
$ make html
$ xdg-open _build/html/index.html

The developper documentation can be built and opened by running:

$ cargo doc --document-private-items --no-deps --lib --open

About

Transfer a raw TCP or Unix stream or files through a unidirectional link with forward error correction

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 98.2%
  • Python 1.8%