HTTP help please


Closed Thread
Results 1 to 13 of 13

Hybrid View

  1. #1


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Reid View Post
    Chris,

    Maybe I did not make myself clear. At first I would like to use webpage that go into ethernet Mini to look up something on it. just like a router 192.168.01What I would like to make a simple task. I would like make port A0-A4, B0-B4 ,C0-C4, D0-D4 to turn it on (high) or off ( low) or read those port the value. I hope myself clear. I am not sure if we called it as web server or just remote the hub. I was hope someone has done this. I would like to see sample codes.

    Reid
    Sorry Reid, mixed communications !

    By port number redirection I am referring to the TCP/IP port. EG HTTP uses port 80, and so on.

    The ethernet Mini appears to output raw packet data, which would require further desemination before you can get to the data you require. Although I don't have an ethernet Mini and may be speaking out of turn, it will demand some additional data processing to be applied before you get down to the basic transactions and connection handling.

    Have you looked into HTTP ?

    I guess from your message that you want to make some sort of remote control system, where you can send a command from a remote web connected PC, possibly via a browser, to interact with the hardware attached to the ethernet mini.

    You could do this a number of ways, from using HTTP to TFTP, SNMP could also work, but I would suggest looking into those protocols more closely to find the one best suited to the functionality you are looking for.

    Of course, you could easily implement your own protocol once you are handling TCP/IP or UDP directly, but it is usually a good idea to stick with accepted protocols over the internet.

    If you can explain more about the type of functionality you need, and if it needs to operate in both directions, we might be able to pin things down more precisely

  2. #2
    Join Date
    Dec 2003
    Location
    Storrs, Ct.
    Posts
    91


    Did you find this post helpful? Yes | No

    Default Siteplayer

    You might want to have a look at the Siteplayer webserver. I've been using the Siteplayer for a few years now. Very easy to get started with. Been interested in Lantronics and also the Rabbit solution but never experimented with them. I know Microchip also offers some form of web interface but I've never been able to wrap my head around it.
    "It will never happen here!" just happened here.
    My thoughts and prayers for Sandy Hook victims and families.

Similar Threads

  1. xport code, have example, confused though
    By kenpo in forum mel PIC BASIC Pro
    Replies: 14
    Last Post: - 30th March 2009, 19:59

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts