1. Only showing results from lib.rs

    Clear filter to show all search results

  2. Dec 5, 2024Spunet is a very easy-to-use, zero dependency, networking library where the only aim is to make TCP and UDP smooth to use. It doesn't do anything special apart from start up TCP streams and UDP sockets and put them in separate threads so you don't block the main thread when reading data from the network.
  3. Aug 27, 2024A netstack for the special purpose of turning packets from/to a TUN interface into TCP streams and UDP packets. It uses smoltcp-rs as the backend netstack. Features. Supports Future Send and non-Send, mostly pepole use Send. Supports ICMP protocol drive by TCP runner to use ICMP ping. Supports filtering packets by source and destination IP ...
  4. Nov 28, 2024See also: ipnet, ipnetwork, embassy-net, etherparse, network-interface, ip_network, cidr, if-watch, udp-over-tcp, libp2p-tcp, tokio-tfo Lib.rs is an unofficial list of Rust/Cargo crates, created by kornelski.It contains data from multiple sources, including heuristics, and manually curated data.Content of this page is not necessarily endorsed by the authors of the crate.
  5. Jan 5, 2025TCP, UDP, DNS, DHCPv4; TCP sockets implement the embedded-io async traits. Multicast; See the smoltcp README for a detailed list of implemented and unimplemented features of the network protocols. Hardware support. esp-wifi for WiFi support on bare-metal ESP32 chips. Maintained by Espressif.
  6. 5 days agoSOCKS5 UDP support; Native support for proxying DNS over TCP; UdpGW (UDP gateway) support for UDP over TCP, see the wiki for more information; Build. Clone the repository and cd into the project folder. Then run the following: cargo build--release Building Framework for Apple Devices. To build an XCFramework for macOS and iOS, run the following ...
  7. Sep 20, 2024cproxy can redirect TCP and UDP traffic made by a program to a proxy, without requiring the program supporting a proxy.. What you can achieve with cproxy: All the things listed on for example V2Ray Guide, including advanced configurations like reverse proxy for NAT traversal, and you can apply different proxy on different applications.. Compared to many existing complicated transparent proxy ...
  8. Nov 29, 2024Non-blocking TCP, UDP, UDS; I/O event queue backed by epoll, kqueue, and IOCP; Zero allocations at runtime; Platform specific extensions; Non-goals. The following are specifically omitted from Mio and are left to the user or higher-level libraries. File operations; Thread pools / multi-threaded event loop; Timers; Platforms. Currently supported ...
  9. Jan 8, 2025Asynchronous TCP and UDP sockets. These components provide the runtime components necessary for building an asynchronous application. Example. A basic TCP echo server with Tokio. Make sure you activated the full features of the tokio crate on Cargo.toml: [dependencies] tokio = { version = "1.43.0", features = ["full"]} Then, on your main.rs:
  10. #87 in #tcp-udp. MIT license . 8KB 113 lines. rsproxy. a simple, cross-platform, multi-client TCP/UDP proxy. rsproxy is a cross-platform, multi-client TCP/UDP proxy written in rust, that is designed for those "one-time" tasks where you usually end up spending more time installing a proxy server and setting up the myriad configuration files and options than you do actually using it.
  11. Can’t find what you’re looking for?

    Help us improve DuckDuckGo searches with your feedback

Custom date rangeX