5 releases (3 major breaking)
new 6.0.0 | Oct 11, 2024 |
---|---|
5.1.0 | Oct 1, 2024 |
5.0.0 | Sep 22, 2024 |
4.0.0 | Aug 23, 2024 |
3.0.0 | Jul 30, 2024 |
#5 in #knock
381 downloads per month
Used in 2 crates
18KB
361 lines
letmein - Authenticated port knocking
This is a library crate for the letmein
application.
License
Copyright (c) 2024 Michael Büsch m@bues.ch
Licensed under the Apache License version 2.0 or the MIT license, at your option.
lib.rs
:
This crate implements the firewall socket protocol
for communication between the letmeind
and letmeinfwd
daemons.
Serializing messages to a raw byte stream and deserializing raw byte stream to a message is implemented here.
Dependencies
~2–11MB
~95K SLoC