Module cgis

Source
Expand description

CGI’s that are available to interact with the MION on.

These various CGI web pages you can interact with normally on the web.

Enums§

MIONCGIApiError
API Errors for interacting with MION CGI pages.

Functions§

do_raw_control_request
Perform a raw operation on the MION board’s control.cgi page.
do_raw_eeprom_request
Perform a raw request on the MION board’s eeprom_dump.cgi page.
do_raw_memory_request
Perform a raw request on the MION board’s eeprom_dump.cgi page.
do_raw_signal_http_request
Perform a raw operation on the MION board’s control.cgi page.
do_raw_status_request
Perform a raw operation on the MION board’s /mion/status.cgi page.
dump_eeprom
Dump the existing EEPROM for a MION.
dump_eeprom_with_raw_client
Perform an EEPROM DUMP request, but with an already existing HTTP client.
dump_memory
Dump the existing memory for a MION.
dump_memory_with_raw_client
Perform a memory dump request, but with an already existing HTTP client.
dump_memory_with_writer
Dump the existing memory for a MION allowing you to write as dumps happen.
get_info
Perform a get_info request given a host, and a name.
get_info_with_raw_client
Perform a get info request, but with an already existing HTTP client.
get_setup_parameters
Get the setup parameters from a particular MION IP.
get_setup_parameters_with_raw_client
Get the setup parameters from a particular MION IP, but with an existing HTTP client.
get_vdd2
Perform a signal_get request for the VDD2 signal given a host.
get_vdd2_with_raw_client
Perform a signal_get request for the VDD2 signal given a host, but with an already existing HTTP client.
get_versions
Perform a get request to update.cgi to fetch the current versions.
get_versions_with_raw_client
Perform a get request to update.cgi to fetch the current versions, but with an already existing HTTP client.
power_on
Initiate a power-on request to turn on the CAT-DEV machine.
power_on_v2
Initiate a power-on request to turn on the CAT-DEV machine.
power_on_v2_with_raw_client
Initiate a power-on request to turn on the CAT-DEV machine.
power_on_with_raw_client
Initiate a power-on request to turn on the CAT-DEV machine.
set_disc_eject_state
Perform an eject event to set the current DISC IN/Eject state for the MION.
set_disc_eject_state_with_raw_client
Perform an eject event to set the current DISC IN/Eject state for the MION, but with an already existing HTTP Client.
set_param
Perform a set_param request given a host, and the parameter to set.
set_param_with_raw_client
Set a parameter on the MION, but with an already existing HTTP Client.