I am try to understand the demo for the tm4c129exl, I installed demo in the tiva c package, it is a demo use cgi to trigger the c code inside the embedded system.
here is the html code to trigger the event,
<form method="get" action="iocontrol.cgi" name="iocontrol">
action="iocontrol.cgi" this ocontrol.cgi should be a webpage in the server where the trigger event head to, but I can not find where the ocontrol.cgi is within the root.
can someone help?
root:
/CSSCode/enet_io in the iosgi.ssi file.