Tool/software: TI-RTOS
Hello,
In the SimpleLink MSP432E4 SDK 3.20.00.10 v. - the httpserver example is not working to me. I have the following error message:
C:\ti\simplelink_msp432e4_sdk_3_20_00_10\tools\examples>python httpSampler.py 192.168.0.101 Caught exception - HTTPConnectionPool(host='192.168.0.101', port=80): Max retries exceeded with url: /home.html (Caused by NewConnectionErr or('<urllib3.connection.HTTPConnection object at 0x03D937F0>: Failed to establish a new connection: [WinError 10060] A c onnection attempt failed because the connected party did not properly respond after a period of time, or established con nection failed because connected host has failed to respond'))
Http or Https are not working.
If I disable the https task starting code, the python example http part working. Can you please check it?