dxcllistener

Crates.iodxcllistener
lib.rsdxcllistener
version1.0.3
sourcesrc
created_at2022-07-30 17:58:44.443603
updated_at2023-10-15 17:44:10.432293
descriptionA listener to listen for new spots from a DX cluster
homepage
repositoryhttps://github.com/koarlchen/dxcllistener.git
max_upload_size
id635659
size41,291
(koarlchen)

documentation

README

DX Cluster Listener

A listener to listen for new spots from a DX cluster.

The listener automatically connects to the telnet interface of a DX cluster. Afterwards each received line is made available through a communication channel. Note that sending arbitrary strings or commands to the server is not supported.

See example/ folder for exemplary usage. The example basic.rs shows the usage when just connecting to a single cluster server. The second example advanced.rs shows how to connect to multiple cluster servers in parallel.

Supported DX-Clusters

The following four cluster server implementations are more or less tested and can be used to listen for spots:

  • DXSpider
  • AR-Cluster
  • CC Cluster
  • Reverse Beacon Network (RBN)
Commit count: 54

cargo fmt