Propeller with PINK question.
jeffjohnvol
Posts: 197
I briefly read the PINK instruction manual, and I see where I can host a simple page, and do some FTP's and UDPs.
But is it possible to have the propeller issue a web address, and get the results and parse the page to get specific values?· Such as if it were to try to look up a stock quote or a temperature forecast?
I have done this with a serverside PHP by looking at a body of HTML results for certain tags to parse the information I needed, but is that within the capabilities of PINK and Spin?
But is it possible to have the propeller issue a web address, and get the results and parse the page to get specific values?· Such as if it were to try to look up a stock quote or a temperature forecast?
I have done this with a serverside PHP by looking at a body of HTML results for certain tags to parse the information I needed, but is that within the capabilities of PINK and Spin?
Comments
Post Edited (Mike Green) : 7/17/2008 10:55:20 PM GMT
Thanks.
Jeff
just completed software for the Netburner SB70 (same platform as PINK) that does HTTP GET.· Very simple, but it does what I need (calls a PHP script on a web server to perform a database update, retrieves some basic information).· If anyone is interested, let me know...