Access data from one computer to another computer via wifi router

Thread Starter

Parth786

Joined Jun 19, 2017
642
I have done some experiment in my hostel with two laptop's and one wifi router.

I have two laptops Both laptops are connected with same wifi router. In first laptop I have installed WAMP server. I have website This Laptop host website and act like server. I have another laptop work as client. I am able to access website from client laptop.

More then one laptops can access this website because they all are connected with same wifi router. This work like internet with limited range

Can I Implement this idea in any project that may be useful for others ? What can I do that may be useful for other ?

Note : I am still working on basics c and embedded system. I have just stop for walking again. I think sometime it is important to refresh yourself. Main purpose of this thread is to implement idea in real project that will useful and helpful for other people
 
Last edited:

joeyd999

Joined Jun 6, 2011
5,283
I have installed WAMP server.
I suppose that's marginally better than a WIMP server (IIS instead of Apache).

There's lots you can do, but a lappy isn't optimal.

On the other hand, if you set your router to passthrough mode, and build a nice Linux box to handle routing and network services, the sky is the limit.
 
Top