Description of the 0xF (execute_script) address commands in the Houston Application
- id - script id;
- arg0 is an argument for the script being run.
- id = 14: Transmits a thumbnail photo(thumb) from OrbiCraft 3D 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 OrbiCraft 3D 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 OrbiCraft 3D to the terrain via a network (IR wifi);
- arg0 - photo number to send;
- id = 100: Switches Wi-Fi mode in OrbiCraft 3D;
- arg0 = 1 - OrbiCraft 3D creates its own network, which is accessed via ip 192.168.42.1;
- arg0 = 0 - OrbiCraft 3D connects to the Terra 2.0 network, the IP address of OrbiCraft 3D can be obtained from the router's Web form (192.168.0.1).