Il mittente UDP è una semplice applicazione per consentire l'invio di pacchetti UDP direttamente o, come lo uso, agendo come plug-in per Tasker / Locale.
È completamente gratuito, non vengono utilizzati annunci. Si prega di votare / rivederelo se lo trovi utile.
Se incontri qualsiasi problema, si prega di registrarli su GitHub (tramite https://github.com/hastarin/android-udpsender/issues) piuttosto che dare recensioni poveri!
per le app che non supportano il tasker / locale Plugin Formato è possibile utilizzare un intenti implicito
INTENT.ACTING_SENDTO
con A
UDP: // host: porta / dati
Formato URI da inviare pacchetti.
Lo sto usando per controllare le mie luci dal LED illimitato (http://www.limitlessled.com/ aka mi-light / easybulb) tramite il ponte Wi-Fi e abbiamo incluso Un paio di screenshot della scena del tasker personalizzato che sto usando. Io uso questa scena insieme a gesti nel mio lanciatore per fornire un rapido controllo delle mie luci.
Codice sorgente e ulteriori informazioni, incluso il progetto Tasker mostrato, è disponibile su GitHub:
http: / /hastarin.github.io/android-udpsender/
v1.3.1
- Allows sending broadcasts
- Bugfix for issue where . was inserted prematurely when entering an IP
v1.3
- Added support for Tasker to do variable replacement for the host/port as well as the text.
- Remembers your settings when you quit and re-launch the app.
v1.2
- Added support for multi-line text messages.
- Fixed a bug with the Send button not working in Landscape mode.
v1.1.1
- Minor bugfix to hopefully prevent a potential crash.