Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

http protocol on 8-bit uc

Status
Not open for further replies.

kuldeep

Member level 2
Member level 2
Joined
Apr 6, 2005
Messages
42
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
1,680
i'm implementing a http protocol over ppp using a gprs modem and 8-bit controller.

please help me with http - application layer implementation. i'll be accessing only html pages and will be parsing the links over them.

i'm going through the rfc's, is there any more comprehensive resource for simple applications.
 

Re: h**p protocol on 8-bit uc

Thankyou.

This link is very helpful.

Do you know of resources related to fundamentals of HTTP implementation.
 

this UDP/IP for AVR microcontroller:
http://www.cesko.host.sk/IgorPlugUDP/IgorPlug-UDP%20(AVR)_eng.htm?PHPSESSID=e2cd597c980a4f2efe42ae7f392723f5
 

There are no actual http protocol. We are using TCP (usually) to transmit the web page content (html source code).

Please refer to TCP/IP Lean book (can get from this forum) for reference. You will get all the information. Have fun.
 

h**p protocol on 8-bit uc

Kuldeep, Impelementing HTTP is really very simple once you have impletented TCP/IP and PPP. Are you just looking for HTTP protocol. I have done this part and can help you easily on that.

I am also looking for a way to use the GPRS phone connected to a microcontroller to download a file. I have done the HTTP part but am stuck on GPRS and PPP connetion.
 

Re: h**p protocol on 8-bit uc

I'm working on the idea.

As keeping the source code as light as possible is the primary requirement. I studied the request-response of PC dial-up connection using a serial monitor.

Then i'm implementing the protocol according to the request-response sequence.

The book "PPP Design, Implementation and Debugging 2nd Edition" is very helpful.

We can discuss related concepts.... my email id is: kbirajdar@rediffmail.com
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top