Author Topic: Document  (Read 7679 times)

Offline bert

  • Newbie
  • *
  • Posts: 15
    • View Profile
Document
« on: February 10, 2008, 06:36:01 PM »
Hi!
Is their any document describing the mechanism of getting and sending data between the web page and the embedded application? Some of you would probably say, "read the comments in the files" and that is one way but for me as a beginner it would be a lot easier if I could get a picture of the general idea before i start to dig in the code:-)

Thanks!
/Bert

Offline mark

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3234
    • View Profile
    • uTasker
Re: Document
« Reply #1 on: February 10, 2008, 09:16:20 PM »
Hi Bert

The best thing to read is the following:
http://www.utasker.com/forum/index.php?topic=94.0

This explains the basics about interaction between the web server and the application (this tends to take place in the file webinterface.c, which is a file belonging to the application and not the TCP/IP stack).

This also works very well in the uTasker simulator so it is easy to experiment and test new code. Once it is doing what you want from it you can load it to the real target and it will almost certainly work exactly the same.

Good luck

Regards

Mark

Offline bert

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: Document
« Reply #2 on: February 10, 2008, 09:45:50 PM »
Thanks!
That's what I was looking for, something to open the first door:-)

/Bert