lan over http

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
ForestGump
Forum Newbie
Posts: 1
Joined: Thu Feb 03, 2005 3:16 am

lan over http

Post by ForestGump »

Hello everyone,

I am trying to develop small web site that will emulate LAN switch over http.

This is the idea. Host A is connected to site and sends message addressed to host B. Site accepts the message and forwards it to host B. Addressing mechanism is not important.

It is important to not that there is no help from the browser. I am going to use raw telnet port 80 connection from both of the hosts.

Any suggestions, any reference, any help...

Thanks in advance.
Post Reply