MihaiBojescu / Linux-notifier-Android

This is the Android APK for the Linux notifier program on Linux. A simple notification transmission program that sends Android notifications to a Linux desktop that has libnotify support.
MIT License
5 stars 0 forks source link

What does "Response time" do? #1

Closed CamilleScholtz closed 7 years ago

CamilleScholtz commented 7 years ago

Thanks for this great app btw!

MihaiBojescu commented 7 years ago

This was the idea: There was a thread which pinged every IP address from ...2 to ...254. Ping sends a request to the device and waits for a response. "Response time" was "how much should the ping service wait for a response until it pings the next address in the checklist". This is obsolete now, as everything is done with UDP multicast now, which means instant subnet discovery, so "response time" is no longer needed.

By the way, thank you for the kind words! I plan to extend it whenever I can.

MihaiBojescu commented 7 years ago

Fixed in the latest release.