Home AMX User Forum AMX Design Tools

News Feeds

Hi,
How do we display news feeds on touch panel? I've RSS Links and my touch panel is NXT CV 12.

Comments

  • ericmedleyericmedley Posts: 4,177
    You'll need to do this via your program. There is no automatic way to put an RSS feed on a touch panel. Search the forums for RSS and/or web page scraping and you'll find some helpful stuff.
    e
  • Thanks Eric
  • jjamesjjames Posts: 2,908
    Were the answers in this thread not sufficient?
    http://www.amxforums.com/showthread.php?7413-Hi&p=51106

    Dude - seriously . . .
  • Sorry james I didn't notice your link, Its very helpful. Thanks man
  • jjames wrote: »
    Were the answers in this thread not sufficient?
    http://www.amxforums.com/showthread.php?7413-Hi&p=51106

    Dude - seriously . . .

    I've gone thorough your link so many times, but i don't understand the get command I found one command using 'get'

    SEND_STRING dvdevice,"'GET /cgi-bin/dial?rc=@&A=D1&rd=status HTTP/1.1',13,10,13,10,'Host: 192.168.0.254',13,10,13,10"

    Can you explain me what does this code mean?
  • josefinojosefino Posts: 29
    Link

    Good morning I was going trough the tread and the link does not work, does any body has the correct link?
  • DHawthorneDHawthorne Posts: 4,584
    arunmohan wrote: »
    I've gone thorough your link so many times, but i don't understand the get command I found one command using 'get'

    SEND_STRING dvdevice,"'GET /cgi-bin/dial?rc=@&A=D1&rd=status HTTP/1.1',13,10,13,10,'Host: 192.168.0.254',13,10,13,10"

    Can you explain me what does this code mean?

    That is the HTML command the server requires to send you the page you want. As far as AMX is concerned, it's just an ASCII string. This is a matter of the device protocol, and in the case, the device is a web server. Like any other device, you have to learn it's protocol to build an effective module.
Sign In or Register to comment.