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
config:remotecontrol:rest [2020/01/23 07:44] tondoseconfig:remotecontrol:rest [2020/04/21 18:23] (current) – Ergänzung tondose
Line 90: 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.txt · Last modified: 2020/04/21 18:23 by tondose

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki