UDP Listener For Tasker APK

No rating yet

Receives UDP datagrams & fires Intent broadcasts so Tasker can respond... [readmore]


⇣ Download APK (136.65 KB)

This is an original APK file direct fetch from google play. It is safe to download and free of any virus.

Version 1.2
Update
Size 136.65 KB
Category Tools
Developer David P. White
Downloads ↓ 117
⇣ Download APK (136.65 KB)

This is an original APK file direct fetch from google play. It is safe to download and free of any virus.

File Infos

License type Free
Version 1.2
Size 136.65 KB (139934)
Filename com.whitedavidp.udplistenerfortasker_10_139934.apk
Requirement 6.0 and up
Type app
Category Tools
Package name: com.whitedavidp.udplistenerfortasker
Slogan: Receives UDP datagrams & fires Intent broadcasts so Tasker can respond

APK Permissions


‣ android.permission.INTERNET
‣ android.permission.RECEIVE_BOOT_COMPLETED
‣ android.permission.FOREGROUND_SERVICE
‣ android.permission.ACCESS_NETWORK_STATE
‣ com.android.vending.BILLING
‣ android.permission.WRITE_EXTERNAL_STORAGE


APK used Features


‣ android.hardware.touchscreen

Screenshots (5 images)

UDP Listener For Tasker screenshot 1 UDP Listener For Tasker screenshot 2 UDP Listener For Tasker screenshot 3 UDP Listener For Tasker screenshot 4 UDP Listener For Tasker screenshot 5

About UDP Listener For Tasker APK

UDP Listener For Tasker poster
UDP Listener For Tasker APK version 1.2 poster

Latest update [menu]


Added an underscore before appended port on Intent actions strings to improve readability if Append Port is enabled.
Added in-app purchase now required to support more than a single port being monitored. Earlier users who have already added more than a single port will continue to work as before until such time as they try to use the Add Port to Monitor menu item.
Added menu item to email log to developer.

Description [menu]


PLEASE SEE THE APP'S HELP FILE AS THERE IS INSUFFICIENT SPACE HERE TO DESCRIBE ALL THE DETAILS.

Note: Disable battery saving to remove notification on later Android.

In trying to do some home automation stuff with Tasker, I could not find a good way to get notified of UDP events sent to the device on which Tasker is running. HTTP and TCP events, yes. Sending UDP events, yes. But none listening for UDP. So I decided to build one & this is the result.

Receipt of UDP datagrams on monitored port(s) fires Intents with event data in the Intent's EXTRAs. Tasker & other automation mechanisms that know how to receive Intents can trigger your own actions when this occurs.

Usage

Upon start up, this app displays a list of ports being monitored for UDP activity. To start monitoring all the Active entries on the list you simply press the Start Server button. If all goes well, the monitoring will be underway. About the only thing that might go wrong is that the specified port number is already in use by some other app. You should see a message if this is the case.

Initially, of course, the list of ports being monitored is empty. From the app's menu, choose Add Port to Monitor and supply the necessary information. Note that port numbers MUST be > 1024. Each port can optionally:

* service multi-cast datagrams or not
* be enabled/disabled for monitoring
* have UDP data payloads converted into a string of hexadecimal digits before sending
* suppress duplicate datagrams to a port from the same IP within a timeout period
* append the port number to its Intent action strings

If the server is currently running at the time a new entry is added to the list, you must stop & re-start the server for monitoring of the entire list to begin anew.

Ports may be modified & deleted from the list with a long press of the entry you wish to change. As with additions, you must stop & re-start the server for monitoring of the entire list to begin anew.

For many situations, it is desirable for monitoring to begin when your device boots. This can be accomplished by checking Start Server At Boot on the app's menu. While this works fine on the vast majority of devices, you must be aware that some devices do not support this. You can start & stop the server by sending these Intents:

com.whitedavidp.udplistenerfortasker.START_SERVER
com.whitedavidp.udplistenerfortasker.STOP_SERVER

Datagram Receipt Processing

Once the server is running, it waits for UDP datagrams for be delivered on each of the specified, Active ports. When a datagram is received, it is processed into an Intent that is broadcast to the system so that Tasker or other automation apps can handle the Intent's reception & do whatever you want done. You will need to know the action name on the Intent and that is always at least:

com.whitedavidp.udplistenerfortasker.UdpBroadcast

but optionally, the port number can be appended to the above.

In each Intent, the app places named extra data strings for the following datagram metadata:

* time - the time at which the datagram was processed as expressed in the number of seconds since midnight of 1/1/1970
* port - the monitored port to which the datagram was sent
* sender - the IP address of the datagram's origination
* sender_port - the port of the datagram's origination

Finally, an extra data string is sent named message. This is the datagram's data payload. It you have specified that the receiving port should convert this into a string of hexadecimal digits, this will be completed before the Intent is broadcast. This is highly recommended if the payload is binary data or if you are not sure. This app performs no processing to ensure the data is valid and has not been corrupted in transmission. The data is simply extracted from the datagram using the offset & length specified in the packet.

Support

Please use the email address provided here to let me know how this works for you. I will try to resolve problems when I can.

How to install UDP Listener For Tasker APK for Android [menu]


Download UDP Listener For Tasker APK file (com.whitedavidp.udplistenerfortasker_10_139934.apk) from SameAPK.com, then follow these steps:

Update Phone Settings

  • Go to your phone Settings page
  • Tap Security or Applications (varies with device)
  • Check the Unknown Sources box
  • Confirm with OK

Go to Downloads

  • Open Downloads on your device by going to My Files or Files
  • Tap the APK file you downloaded (com.whitedavidp.udplistenerfortasker_10_139934.apk)
  • Tap Install when prompted, the APK file you downloaded will be installed on your device.

How to install UDP Listener For Tasker APK on Windows 7/8/10 or MAC PC? [menu]


Download UDP Listener For Tasker APK file(com.whitedavidp.udplistenerfortasker_10_139934.apk) from SameAPK.com to your PC (ex: /Users/xxx/Downloads/(com.whitedavidp.udplistenerfortasker_10_139934.apk)), then follow these steps:

Using Emulator:

  • Download And Install one Emulator Softwares (Ex: Bluestacks, GenyMotion, NoxPlayer)
  • Simple install APK on PC by drag and drop file com.whitedavidp.udplistenerfortasker_10_139934.apk on Emulator screen

UDP Listener For Tasker APK Pros & Cons [menu]


Pros
  • This app is safe, it's not require high risk permissions
  • Compatible with 32 bit device (most Emulator using 32bit arch CPU)
  • Compatible with 64-bit device (some android device and current Bluestacks)

Cons
Everything is good.


Similar applications [menu]


New Apps



Comments

No comment Yet.