vitaminncpp / TouchDroid

An Android App that can be used as laptop touchpad via local Network
GNU General Public License v3.0
163 stars 7 forks source link

Make UDP more reliable #16

Closed vitaminncpp closed 1 year ago

vitaminncpp commented 2 years ago

UDP is not connection oriented protocol. Implement explicit error handling mechanism for UDP.

vitaminncpp commented 1 year ago

this is not required right now.