Tasker Network Event Server Application icon

Tasker Network Event Server 1.0.22

1.1 MB / 10+ Downloads / Rating 4.2 - 65 reviews


See previous versions

Tasker Network Event Server, developed and published by TActHab, has released its latest version, 1.0.22, on 2016-06-09. This app falls under the Productivity category on the Google Play Store and has achieved over 1000 installs. It currently holds an overall rating of 4.2, based on 65 reviews.

Tasker Network Event Server APK available on this page is compatible with all Android devices that meet the required specifications (Android 4.2+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: bidoismorgan.httpevent

Updated: 9 years ago

Developer Name: TActHab

Category: Productivity

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing Tasker Network Event Server on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

4.2
Total 65 reviews

Reviews

5 ★, on 2019-06-30
Once I figured out how it works and how to use it with Tasker, I decided to make this app a part of my Tasker arsenal of apps that I use on daily basis. This app would be even better if I could self host the broadcast broker server on my own Apache server. Or at lease, documentation on how to implement my own.

2 ★, on 2020-03-04
Not what I needed. Requires a 3rd party service, probably so the app can just loop endlessly checking that 3rd party sever to see if a trigger was left yet. I can already do that in Tasker.

5 ★, on 2019-02-20
Great, but what a pity it's not running on my old phone which is Android 4. Hope you could do something.

1 ★, on 2018-11-12
Opening it leads me to Play store with some other app.

1 ★, on 2019-06-28
Dont work anymore.

5 ★, on 2017-12-03
Great app for Tasker. Would be better to have an option for us to enter our URL to relay the Post and Get. Worry if your relay server may shut down for whatever reason. Maybe make a paid version with the server side script provided would be perfect. Thanks.

Previous Versions

Tasker Network Event Server 1.0.22
2016-06-09 / 1.1 MB / Android 4.2+

About this app

TNES is a plugin that enables Tasker to trigger events when receiving messages over network. There are two ways to send messages to the plugin :
1) Sending an HTTP GET or POST to it : There is an HTTP server that can handle GET and POST requests on ressource "/" on port 8765. Variables of the POST can be filtered and transmited to Tasker as explains below.
2) Over then remote server http://thacthab.herokuapp.com : Go to this adress and register a free account. Then configure the plugin with both the login and the password you used for that account. You can send message via the website or by sending a GET or POST request to http://thacthab.herokuapp.com/broadcast . The GET or POST request MUST contains following variables :
- login : the login you used for the account
- pass : the password you used for your acount
- title : a title, actually just some text describing the message
- message : a message, can be simple text or a serialized JSON.
In this case, the plugin will consider following variables :
- senderName : its value will be equal to the login used to send the request.
- title : the title of the message
- message : the message.
- if message can be parsed as a JSON, then every attribute of it will be processed as variables.

The plugin will trigger the event if the variables contains in the message are not filtered. If at least one filter is evaluated as false, then the event is not triggered. Filters can be expressed when configuring an instance like this (one filter per line) :
variable
variable == value
variable != value

The filter "variable" means that variable should be present in the message, whatever its value.
The filter "variable == value" means that variable should be present in the message and that its value must be equal to "value".
The filter "variable == value" means that variable should be present in the message and that its value must be different from "value".

Every variable transmited via the network call will be translated into Tasker variable if the event is fired. The variable are named like this: %tpe_VARNAME, where VARNAME is the name of the variable in the network call, VARNAME is ALWAYS lower case so that the variable is local to the rule from the Tasker point of view.

New features

Correct the problem with the HTTP server shuting down after a while. Service is now in foreground.

App Permissions

Allows using PowerManager WakeLocks to keep processor from sleeping or screen from dimming.
Allows applications to access information about Wi-Fi networks.
Allows applications to access information about networks.
Allows applications to open network sockets.