Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
03/03/08 04:42
Read: times


 
Msg Score: +1
 +1 Good Answer/Helpful
#151779 - How to..
Responding to: ???'s previous message
Karandeep Singh said:
I had made my terminal capable of using TCP/IP protocol what network layer should come above it ?


None, as far as I know. Just your application. Your application uses TCP/IP to connect to the website on a specific port. Then it's just a matter of your website and your terminal working with the same data protocol that you design yourself to meet your needs.

how to implement that ?

where to get help from about "terminal to call a public website"?


The Dallas DS80C411 has built-in TCP/IP capabilities that I know work, and they have lots of libraries to support it. That'd be one way. Other than that, no-one can answer "how to do it." It depends on what processor you use, what Ethernet transceiver you use, etc. But if you have a TCP/IP stack and your hardware is talking via the local Ethernet, it's just a matter of opening connections via that TCP/IP stack.

i think solution is Http protocol,i have seen that also but not able to get the solution,if there is any doc or link or code that can help me out please help!!


Your question is too vague. You have work to do yourself. We can help you but we cannot answer questions like this. There's just no way for us to help you since we don't know nearly enough about your project to give you design recommendations. It's also doubtful someone has written code to do exactly what you need to do.

You're going to have to research TCP/IP, research the microcontroller you use, research how you need to connect the hardware between the two, and come up with your own idea on what kind of high-level protocol you want to use between your terminal and the Internet website. We'll all be happy to ask any questions you have along the way, but you need to understand that only you can make the decisions and you're going to have to understand all the technologies to make it work. We cannot do that for you, we can only help you when you get stuck along the way.

The good news is that if you get this working on your own, writing your own code rather than spending time looking for an existing solution to copy, you'll become an expert with the 8051 microcontroller, an expert with TCP/IP (because you'll be familiar with it at a much more complete level than most), and your marketable skills will make you a much more valuable developer. Take advantage of this opportunity to learn all about these technologies and master them! It's much more rewarding spending time doing this yourself than spending time looking for existing designs to copy.

Regards,
Craig Steiner



List of 60 messages in thread
TopicAuthorDate
Connecting ethernet kit to internet            01/01/70 00:00      
   Basics            01/01/70 00:00      
      making terminal as web server problem            01/01/70 00:00      
         Why can't you make every kit a website?            01/01/70 00:00      
   Online Reader ---plz help its urgent!!!!            01/01/70 00:00      
      Why not to use "urgent" in the topic.            01/01/70 00:00      
         Especially when there is no urgency!            01/01/70 00:00      
      Some more basics            01/01/70 00:00      
         how to access a embedded terminal via website?            01/01/70 00:00      
            Impossible to answer            01/01/70 00:00      
               I was just guessing            01/01/70 00:00      
                  He said...            01/01/70 00:00      
   Websites and HTTP            01/01/70 00:00      
      cost problem and web server            01/01/70 00:00      
         Slightly missing the point - Clients and Servers            01/01/70 00:00      
            Public & Private IP Addresses            01/01/70 00:00      
         Polling            01/01/70 00:00      
            Re:Polling            01/01/70 00:00      
               How to..            01/01/70 00:00      
                  Re: How to..            01/01/70 00:00      
                  A DS80C400 FAQ            01/01/70 00:00      
                     Client, not Server [edited]            01/01/70 00:00      
               Polling            01/01/70 00:00      
         A suggestion            01/01/70 00:00      
            So don't access them publically!            01/01/70 00:00      
            Security!            01/01/70 00:00      
   not able to get responce!!            01/01/70 00:00      
      Probably            01/01/70 00:00      
         link            01/01/70 00:00      
            Way beyond that?            01/01/70 00:00      
      Fiddler on the HTTP            01/01/70 00:00      
      Have you studied that Tutorial yet?            01/01/70 00:00      
      Diagnostics at the Server?            01/01/70 00:00      
   new problem??            01/01/70 00:00      
      Upload & Download            01/01/70 00:00      
         GET and POST            01/01/70 00:00      
            RE: GET and POST            01/01/70 00:00      
               GET vs POST            01/01/70 00:00      
                  Request-Response            01/01/70 00:00      
                     They could            01/01/70 00:00      
                        System            01/01/70 00:00      
                           I guess            01/01/70 00:00      
                              Server restrictions            01/01/70 00:00      
         Re: upload or download            01/01/70 00:00      
            Time to review the basics - again!            01/01/70 00:00      
               More detail            01/01/70 00:00      
            No can do            01/01/70 00:00      
               Illustration            01/01/70 00:00      
   what i was doing..            01/01/70 00:00      
      You're going in circles            01/01/70 00:00      
      IPv6            01/01/70 00:00      
         Not relevant            01/01/70 00:00      
      Urgent?            01/01/70 00:00      
         sorry for writing urgent!!            01/01/70 00:00      
            Real Time??            01/01/70 00:00      
               re:why real time?            01/01/70 00:00      
                  But does that really require real time?!            01/01/70 00:00      
            No            01/01/70 00:00      
   Internet is not real-time!            01/01/70 00:00      
      internet is no real            01/01/70 00:00      

Back to Subject List