Android-udpsender

Simple application to allow sending UDP packets directly or via an Intent.ACTION_SENDTO with a udp://host:port/data format URI.


Project maintained by hastarin Hosted on GitHub Pages — Theme by mattgraham

android-udpsender

UDP Sender is a simple application to allow sending UDP packets.

Landscape Screenshot

It supports the implicit Intent Intent.ACTION_SENDTO with a udp://host:port/data format URI.

Added in v1.3.1 - Current in Beta see http://goo.gl/reibxw to join

Added in v1.3

Added in v1.2

Added in v1.1

Tasker Integration

Tasker plugin support is now complete and should be straight forward to use.

Tasker Plugin

Alternatively UDP packets can be sent via Tasker with the Misc/Send Intent action.

Just set it up as follows:

Tasker Intent

Example for a www.limitlessled.com Wi-Fi bridge at 192.168.1.100 to turn on all the white LEDs

Tasker Example Project

Lights Scene

You can get a copy of my current Tasker project (or at least a portion of it) Lights.prj.xml that I'm using for controlling my lights.

To give you an idea of how I'm using it I have the following:

NOTE: It should be obvious but you will need to edit this to use it

See http://www.wunderground.com/weather/api/d/docs for more info on getting one.

It's used by the "Get Sunrise/set" which is called once a day to update the global variables. I use this in "Check Night Time" to only turn my entry light on at night when I arrive home and connect to my Wi-Fi.