Skip to content

Packet loss monitoring system written in Rust

License

Apache-2.0, MPL-2.0 licenses found

Licenses found

Apache-2.0
LICENSE.APACHE
MPL-2.0
LICENSE.MPL
Notifications You must be signed in to change notification settings

menhera-org/pakezmatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pakezmatter

Packet loss monitoring system written in Rust.

Example Setup

/etc/pakezmatter.toml:

listen_address = "[::]:6416"
api_listen_address = "[::]:6464"
shared_secret = "Bw+vVOUVozjJzeBo1OZ6q+0YCyJt8f+v3dc7YtUyPM0="

[peers.router1]
address = "10.10.10.10:6416"

/srv/pakezmatter.service:

[Unit]
Description=Pakezmatter Server
After=network.target

[Service]
Type=simple
User=nobody
Group=nogroup
WorkingDirectory=/
ExecStart=/usr/local/bin/pakezmatter /etc/pakezmatter.toml
Restart=on-failure

[Install]
WantedBy=multi-user.target
git clone https://github.com/menhera-org/pakezmatter.git
cd pakezmatter
cargo build --release
sudo cp target/release/pakezmatter /usr/local/bin/
sudo ln -s /srv/pakezmatter.service /etc/systemd/system/
sudo systemctl enable --now pakezmatter

About

Packet loss monitoring system written in Rust

Resources

License

Apache-2.0, MPL-2.0 licenses found

Licenses found

Apache-2.0
LICENSE.APACHE
MPL-2.0
LICENSE.MPL

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages