User Tools

Site Tools


config:remotecontrol:rest

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
config:remotecontrol:rest [2020/01/22 20:48] tondoseconfig:remotecontrol:rest [2020/04/21 18:23] (current) – Ergänzung tondose
Line 13: Line 13:
 Specify the TCP Port that the HTTP server should listen on. The default port is 9300. Specify the TCP Port that the HTTP server should listen on. The default port is 9300.
  
-SSL is supported from V6.0 on.+SSL versions SSLv3, TLS v1.0, TLS v1.1, and TLS v1.2 are supported from mAirList 6.0 on. 
 ==== User Management ==== ==== User Management ====
  
Line 89: Line 90:
      
 Returns the number of listeners on this connection. Returns the number of listeners on this connection.
 +
 +===== Scripting =====
 +
 +In mAirList-Script the following functions/procedures can be used:
 +
 +* ''function HTTPGet(iURL: string ): string''
 +
 +* ''procedure HTTPGetAsync(iURL: string )''
 +
 +* ''function HTTPPost(iURL: string, iData: string): string''
 +
 +* ''procedure HTTPPostAsync(iURL: string, iData: string)''
 +
 +A complete call for starting Player 1-1 on the remote machine might look like:
 +
 +''HTTPPost(<nowiki>'http://user:password@<IP-address>:<port>'</nowiki>, 'command=PLAYER 1-1 START');''
      
  
  
config/remotecontrol/rest.1579726090.txt.gz · Last modified: 2020/01/22 20:48 by tondose

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki