1
0
mirror of https://github.com/playit-cloud/playit-agent.git synced 2025-02-23 07:46:33 +00:00
Patrick Lorio ce5741e70d Start working on ping experiment
API will provide experiment requests that the agent will
follow. Latency is reported to the tunnel servers. This will
allow me to test BGP routing changes to lower latency on
our network.
2024-08-09 18:26:16 -07:00
2024-08-09 18:26:16 -07:00
2022-02-25 09:37:32 -08:00
2024-08-06 14:39:05 -07:00
2024-08-09 18:26:16 -07:00
2024-08-08 11:18:20 -07:00
2022-08-10 16:27:08 -07:00

The playit program

Looking for version 0.9.x? See this branch.

Installing on ubuntu or debian

curl -SsL https://playit-cloud.github.io/ppa/key.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/playit.gpg >/dev/null
echo "deb [signed-by=/etc/apt/trusted.gpg.d/playit.gpg] https://playit-cloud.github.io/ppa/data ./" | sudo tee /etc/apt/sources.list.d/playit-cloud.list
sudo apt update
sudo apt install playit

Getting a warning in apt about playit's repo? Run these commands

sudo apt-key del '16AC CC32 BD41 5DCC 6F00  D548 DA6C D75E C283 9680'
sudo rm /etc/apt/sources.list.d/playit-cloud.list
sudo apt update

curl -SsL https://playit-cloud.github.io/ppa/key.gpg | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/playit.gpg >/dev/null
echo "deb [signed-by=/etc/apt/trusted.gpg.d/playit.gpg] https://playit-cloud.github.io/ppa/data ./" | sudo tee /etc/apt/sources.list.d/playit-cloud.list
sudo apt update

Note Please only use the playit program if you downloaded if from an offical source or are compiling and running from source.

Building / Running Locally

Requires Rust: https://rustup.rs Run using cargo run --release

Description
The playit program
Readme 1.9 MiB
Languages
Rust 97.2%
Shell 2.1%
Dockerfile 0.7%