swsnr / turnon

Turn on devices in your local network
https://flathub.org/apps/details/de.swsnr.turnon
Mozilla Public License 2.0
9 stars 3 forks source link

Refactor pinging #14

Closed swsnr closed 1 month ago

swsnr commented 1 month ago

Drop huge and unsafe etherparse dependency and instead assemble ICMP packets manually.

Unify error handling on top of glib::Error.

Set and verify ICMP sequence numbers.