l2ethernet 0.3.0 copy "l2ethernet: ^0.3.0" to clipboard
l2ethernet: ^0.3.0 copied to clipboard

PlatformLinux
outdated

Sending raw Ethernet frames in Dart via FFI. Usable for generating WOL packets or non-standard protocols running on Ethernet. Sending only. Linux only.

0.3.0 #

  • To setup the L2Ethernet object, use L2Ethernet.setup(String nicname). It's an async function since loading the module is an async operation.

0.2.2 #

  • Make the path of libeth.so relative to the module (i.e. don't use the CWD)

0.2.1 #

  • Fix small issues the analyzer at pub.dev found
  • Updated examples to use a package directly (since now a package exists)

0.2.0 #

  • Works on ARM64 and x86_64 on Linux
  • Send-only
  • Add example program
1
likes
130
pub points
27%
popularity

Publisher

unverified uploader

Sending raw Ethernet frames in Dart via FFI. Usable for generating WOL packets or non-standard protocols running on Ethernet. Sending only. Linux only.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

ffi, path

More

Packages that depend on l2ethernet