datagram_socket 1.0.0 copy "datagram_socket: ^1.0.0" to clipboard
datagram_socket: ^1.0.0 copied to clipboard

A buffered interface to a UDP socket.

Datagram Socket #

Provides a buffered interface to a RawDatagramSocket-backed UDP socket.

The Dart SDK itself does not provide a high-level wrapper around RawDatagramSocket in the same way it provides Socket to wrap RawSocket. This package exists to provide such a wrapper, to make it easier to correctly implement sending and receiving UDP datagrams.

0
likes
150
points
86
downloads

Publisher

verified publisherdartcommunity.dev

Weekly Downloads

A buffered interface to a UDP socket.

Repository (GitHub)
View/report issues

Topics

#network #socket #udp

Documentation

API reference

License

MIT (license)

More

Packages that depend on datagram_socket