Search found 34 matches

by kvantumax
29 Apr 2013 19:34
Forum: mikroC PRO for PIC General
Topic: WIFI HTTP + mikroSD reading and/or sending mp3 file problem
Replies: 7
Views: 2724

Re: WIFI HTTP + mikroSD reading and/or sending mp3 file prob

aCkO your explanation was very precise, thank you!
by kvantumax
29 Apr 2013 19:32
Forum: mikroC PRO for PIC General
Topic: WIFI HTTP + mikroSD reading and/or sending mp3 file problem
Replies: 7
Views: 2724

Re: WIFI HTTP + mikroSD reading and/or sending mp3 file prob

Simon, I did it already: http://www.libstock.com/projects/view/6 ... compatible

Don't know if my approach was the best one but it works.

Thank you for trying to help!
by kvantumax
26 Apr 2013 19:15
Forum: mikroC PRO for PIC General
Topic: WIFI HTTP + mikroSD reading and/or sending mp3 file problem
Replies: 7
Views: 2724

Re: WIFI HTTP+mikroSD reading and/or sending mp3 file proble

I don't see anywhere in the code where you are sending back the content-length as a header? Also you may also have to send it back as a multi-part response, which means using chunks as TCP packet size is limited and will not be large enough to send back an MP3 file in one packet. I will include the...
by kvantumax
26 Apr 2013 17:09
Forum: mikroC PRO for PIC General
Topic: WIFI HTTP + mikroSD reading and/or sending mp3 file problem
Replies: 7
Views: 2724

WIFI HTTP + mikroSD reading and/or sending mp3 file problem

I'm trying to send an MP3 file stored in a microSD card over wifi using a similar approach like the one presented on the mp3 click board example, but for some reason that I can not understand, it is not working. I'm using wifi plus click on mikrobus 2 socket and microsd click on mikrobus 1 both on e...
by kvantumax
23 Apr 2013 17:03
Forum: mikroC PRO for PIC General
Topic: How implement the POST method in the WIFI HTTP demo?
Replies: 13
Views: 4305

Re: How implement the POST method in the WIFI HTTP demo?

Because I've uploaded a couple of example codes to libstock and I'm used to include the name of the people (to thank them) that help me out to produce it in the code headings. I would like to include your name in the first project I use the POST method. If you don't mind. I already included your nam...
by kvantumax
23 Apr 2013 13:27
Forum: mikroC PRO for PIC General
Topic: How implement the POST method in the WIFI HTTP demo?
Replies: 13
Views: 4305

Re: How implement the POST method in the WIFI HTTP demo?

Perfect, now I realize that I was thinking that the GET data length limitation was the data received from the server and if I'm not wrong, now I see that the limitation is only in the request made to it.

Your name is Simon Platten right?
by kvantumax
22 Apr 2013 17:26
Forum: mikroC PRO for PIC General
Topic: How implement the POST method in the WIFI HTTP demo?
Replies: 13
Views: 4305

Re: How implement the POST method in the WIFI HTTP demo?

Correct me if I'm wrong, but could request an answer be like this?: Request sent by client: POST /someScript.js HTTP/1.1\r\n Host: 192.168.1.100\r\n Content-Type: application/x-www-form-urlencoded\r\n Content-Length: 19\r\n\r\n name=ruturajv&sex=m // data sent to server Answer sent by server: HTTP/1...
by kvantumax
22 Apr 2013 12:34
Forum: mikroC PRO for PIC General
Topic: How implement the POST method in the WIFI HTTP demo?
Replies: 13
Views: 4305

Re: How implement the POST method in the WIFI HTTP demo?

Ok, I understand what you say, but how do I capture the headers (so I can search in them for the info of interest) instead of the URL as I used to do with GET method.
by kvantumax
22 Apr 2013 00:44
Forum: mikroC PRO for PIC General
Topic: How implement the POST method in the WIFI HTTP demo?
Replies: 13
Views: 4305

How implement the POST method in the WIFI HTTP demo?

The title says it all, how can I implement POST method instead of GET on the WIFI HTTP demo. The reason to ask for this is that I need to send a relatively large amount of data upon request, which POST is intended for. I know it is a general question and people in the forums usually do not like them...
by kvantumax
07 Mar 2013 20:45
Forum: mikroC PRO for PIC General
Topic: Ajax reload in the wifi demo
Replies: 4
Views: 3658

Re: Ajax reload in the wifi demo

First of all, thank you for being here again, nobody else seems to be either willing or knowledgeable to help me out. There isn't really anything to go on in the code you posted. I don't know what you mean with this, and let me tell you something, even if it hurts, but your comments are very abstrac...
by kvantumax
07 Mar 2013 18:57
Forum: Libstock Discussion
Topic: WiFi PLUS Click with TCP/IP Stack - Complete WiFi Solution
Replies: 77
Views: 887629

Re: WiFi PLUS Click with TCP/IP Stack - Complete WiFi Soluti

Hello, If you try to search for any of those acronyms in your internet search engine you will get abundance of information on searched topic. Best regards. Sorry but to me it doesn't seems to be a fair answer, especially when your company is so supported/focused by/on hobbyist and students. Not in ...
by kvantumax
07 Mar 2013 18:36
Forum: Libstock Discussion
Topic: WiFi PLUS Click with TCP/IP Stack - Complete WiFi Solution
Replies: 77
Views: 887629

Re: WiFi PLUS Click with TCP/IP Stack - Complete WiFi Soluti

Can you help me to implement ajax in the wifi demo.

Look here were i am asking for help:

http://www.mikroe.com/forum/viewtopic.php?f=88&t=53268

Go to advanced search