dashwire_udp 0.1.0 copy "dashwire_udp: ^0.1.0" to clipboard
dashwire_udp: ^0.1.0 copied to clipboard

UDP transport for dashwire. Sequencing, acks, fragmentation, and LAN discovery.

dashwire_udp #

A reliable UDP transport for dashwire.

This package layers ordering and reliability over UDP:

  • Sequencing with piggybacked ack bitfields.
  • Fragmentation over the MTU and reassembly.
  • A bounded reliable resend queue that disconnects on overflow.
  • The reliable and unreliable dashwire channels mapped onto a single socket.
  • A UDP broadcast helper for LAN discovery.

Depends on dashwire for the transport abstraction and wire primitives.

Compatibility #

Pure Dart, no Flutter dependency. Native only (UDP sockets are unavailable on web).

0
likes
160
points
96
downloads

Documentation

API reference

Publisher

verified publisherbdero.dev

Weekly Downloads

UDP transport for dashwire. Sequencing, acks, fragmentation, and LAN discovery.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

dashwire

More

Packages that depend on dashwire_udp