Skip to main content

Description of the 0xF (execute_script) address commands in the Houston Application

  • id - script id;
  • arg0 is an argument for the script being run.

Scripts:

  • id = 14: Transmits a thumbnail photo(thumb) from OrbiX from the on-board RF module to the ground RF via IR;
  • arg0 - the number of the transmitted photo;
  • id = 40: Runs a script written in the C++ web interface;
  • arg0 - id of the script to run;
  • id = 41: Runs a script written in the Python web interface;
  • arg0 - id of the script to run;
  • id = 50: Sends all thumbnails of photos(thumbs) from Raspberry OrbiX to the terrain via the network (IR wifi);
  • arg0 - the number of the photo from which the sending begins;
  • id = 51: Sends a photo from Raspberry OrbiX to the terrain via a network (IR wifi);
  • arg0 - photo number to send;
  • id = 100: Switches Wi-Fi mode in OrbiX;
  • arg0 = 1 - OrbiX creates its own network, which is accessed via ip 192.168.42.1;
  • arg0 = 0 - OrbiX connects to the Terra 2.0 network, the IP address of OrbiX can be obtained from the router's Web form (192.168.0.1).