-->
Page 3 of 3

Re: wget not working

PostPosted: Mon Feb 27, 2017 9:10 am
by Mmiscool
The esp has limited ram. If the page it is retriving is to big it will crash.

Re: wget not working

PostPosted: Tue Feb 28, 2017 3:19 am
by kingedem
Yes Micheal, it works for small chunks of data only ... it failed when the webservice was throwing 1193 characters of json data.
The Json parser does not parse array of nodes.
Also, missing posting of json data using "http post" command.

between, what is the maximum characters we can fetch using "wget" command?

Thanks.