rtltcp icon indicating copy to clipboard operation
rtltcp copied to clipboard

A rust implementation of rtl-tcp with better buffering and support for systemd socket activation.

Results 10 rtltcp issues
Sort by recently updated
recently updated
newest added

This was breaking the systemd service for me.

## Bug description I am trying this daemon to see if its more stable then rtl_tcp .... When I start rtlamr I get the following from your daemon ``` Jan...

bug

Bumps [ctrlc](https://github.com/Detegr/rust-ctrlc) from 3.2.1 to 3.2.5. Release notes Sourced from ctrlc's releases. v3.2.5 Haiku support Migration from winapi to windows-sys. Commits b631d3f Release 3.2.5 033d54b Update windows-sys to 0.45 0467118...

dependencies

Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.7 to 0.3.16. Release notes Sourced from tracing-subscriber's releases. tracing-subscriber 0.3.16 This release of tracing-subscriber fixes a regression introduced in [v0.3.15][subscriber-0.3.15] where Option::None's Layer implementation would set...

dependencies

> ansi_term is Unmaintained | Details | | | ------------------- | ---------------------------------------------- | | Status | unmaintained | | Package | `ansi_term` | | Version | `0.12.1` | | URL...

Bumps [clap](https://github.com/clap-rs/clap) from 3.0.13 to 3.2.2. Release notes Sourced from clap's releases. v3.2.2 [3.2.2] - 2022-06-14 Fixes (derive) Improve the highlighted code for deprecation warnings gated behind unstable-v4 (derive) Default...

dependencies

Bumps [listenfd](https://github.com/mitsuhiko/rust-listenfd) from 0.5.0 to 1.0.0. Changelog Sourced from listenfd's changelog. 1.0.0 Added support for UNIX Datagram sockets. Update to UUID 1.0. Commits d96553b 1.0.0 57bc3af Update changelog 4c9a445 Remove...

dependencies

Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.29 to 0.1.34. Release notes Sourced from tracing's releases. tracing 0.1.34 This release includes bug fixes for the "log" support feature and for the use of both...

dependencies

Bumps [rtlsdr_mt](https://github.com/kchmck/rtlsdr_mt.rs) from 2.1.0 to 2.2.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rtlsdr_mt&package-manager=cargo&previous-version=2.1.0&new-version=2.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

## Bug description Raspberry Pi build is broken on CI. ## Expected behavior Raspberry Pi builds are working 😄 ## Additional context Cross compilation currently fails, because librtlsdr is not...

bug