1.0.22 / June 12, 2016
(4.8/5) (18)

Description

TNES is a plugin that enables Tasker totrigger events when receiving messages over network. There are twoways to send messages to the plugin :
1) Sending an HTTP GET or POST to it : There is an HTTP server thatcan handle GET and POST requests on ressource "/" on port 8765.Variables of the POST can be filtered and transmited to Tasker asexplains below.
2) Over then remote server http://thacthab.herokuapp.com : Go tothis adress and register a free account. Then configure the pluginwith both the login and the password you used for that account. Youcan send message via the website or by sending a GET or POSTrequest to http://thacthab.herokuapp.com/broadcast . The GET orPOST 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 themessage
- message : a message, can be simple text or a serializedJSON.
In this case, the plugin will consider following variables :
- senderName : its value will be equal to the login used to sendthe request.
- title : the title of the message
- message : the message.
- if message can be parsed as a JSON, then every attribute of itwill be processed as variables.

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

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

Every variable transmited via the network call will betranslated into Tasker variable if the event is fired. The variableare named like this: %tpe_VARNAME, where VARNAME is the name of thevariable in the network call, VARNAME is ALWAYS lower case so thatthe variable is local to the rule from the Tasker point ofview.

App Information Tasker Network Event Server

  • App Name
    Tasker Network Event Server
  • Package Name
    bidoismorgan.httpevent
  • Updated
    June 12, 2016
  • File Size
    1.1M
  • Requires Android
    Android 4.2 and up
  • Version
    1.0.22
  • Developer
    TActHab
  • Installs
    100 - 500
  • Price
    Free
  • Category
    Productivity
  • Developer
  • Google Play Link

Tasker Network Event Server Version History

Select Tasker Network Event Server Version :
  • 1.0.22 (22) - Latest Version
  • 1.0.11 (11)
  • Tasker Network Event Server 1.0.22 APK File

    Publish Date: 2017 /2/26
    Requires Android: Android 4.2+ (Jelly Bean, API: 17)
    File Size: 1.1 MB
    Tested on: Android 5.1 (Lollipop, API: 22)
    File Sha1: 3ab09ac28a43bee0bbb2035fda5d8b775822df0d
    APK Signature: 8e052d5d1e50cf684284a1ad4333113eb2a48b37
  • Tasker Network Event Server 1.0.11 APK File

    Publish Date: 2016 /3/24
    Requires Android: Android 4.0.3+ (Ice Cream Sandwich, API: 15)
    File Size: 1.1 MB
    Tested on: Android 5.1 (Lollipop, API: 22)
    File Sha1: 913b9d4df8847b9dd2d4fb40a87842aeff943b67
    APK Signature: 8e052d5d1e50cf684284a1ad4333113eb2a48b37

TActHab Show More...

Tasker Network Event Server 1.0.22 APK
TActHab
TNES is a plugin that enables Tasker totrigger events when receiving messages over network. There are twoways to send messages to the plugin :1) Sending an HTTP GET or POST to it : There is an HTTP server thatcan handle GET and POST requests on ressource "/" on port 8765.Variables of the POST can be filtered and transmited to Tasker asexplains below.2) Over then remote server http://thacthab.herokuapp.com : Go tothis adress and register a free account. Then configure the pluginwith both the login and the password you used for that account. Youcan send message via the website or by sending a GET or POSTrequest to http://thacthab.herokuapp.com/broadcast . The GET orPOST 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 themessage- message : a message, can be simple text or a serializedJSON.In this case, the plugin will consider following variables :- senderName : its value will be equal to the login used to sendthe request.- title : the title of the message- message : the message.- if message can be parsed as a JSON, then every attribute of itwill be processed as variables.The plugin will trigger the event if the variables contains inthe message are not filtered. If at least one filter is evaluatedas false, then the event is not triggered. Filters can be expressedwhen configuring an instance like this (one filter per line):variablevariable == valuevariable != valueThe filter "variable" means that variable should be present inthe message, whatever its value.The filter "variable == value" means that variable should bepresent in the message and that its value must be equal to"value".The filter "variable == value" means that variable should bepresent in the message and that its value must be different from"value".Every variable transmited via the network call will betranslated into Tasker variable if the event is fired. The variableare named like this: %tpe_VARNAME, where VARNAME is the name of thevariable in the network call, VARNAME is ALWAYS lower case so thatthe variable is local to the rule from the Tasker point ofview.