receiverproxy-rawlink 0.1.1

Raw Ethernet transport (BPF on macOS, AF_PACKET on Linux) and pcap capture reading
Documentation
  • Coverage
  • 63.64%
    7 out of 11 items documented0 out of 0 items with examples
  • Size
  • Source code size: 23.69 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 810.97 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 2s Average build duration of successful builds.
  • all releases: 4s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • AlecDusheck/receiverproxy
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • AlecDusheck

Raw Ethernet I/O and classic pcap reading. Frames are opaque here; the Colorlight protocol lives in colorlight.

[Link] is one interface opened for whole-frame send/receive: /dev/bpf on macOS, an AF_PACKET socket on Linux. Same API on both; recv returns within the read timeout with whatever arrived, possibly nothing.