DD5HT / dxtracker

A tool to filter and getting alerts from the dx-cluster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dxtracker

A simple Rust Telnet CLI, which connects to a DX Cluster Server. It also adds filter functionality to get specific calls. Run your local dxcluster!

Build Status

Usage

You can either use it as a library or use the included command line tool. Just run:

cargo build --release
cd target/release/
./dxtool -h
./dxtool -i 

Disclaimer

I also use this project to experiment with git/ github TDD and Travis CI so chances are that it breaks. A stable release is planned for the future.

The code only runs on nightly at the moment, but it could easily ported to a stable release. (Modify the delete function)

About

A tool to filter and getting alerts from the dx-cluster

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Rust 100.0%