Click here to Skip to main content
15,888,007 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I have two machines and one has active internet connection. How to make simple browser that streams data from online pc to offline pc using c#. Any help is appriciated.

What I have tried:

i know about remote desktop but only one user at a time can use it
Posted
Updated 9-Sep-17 20:41pm

1 solution

That doesn't make a lot of sense: if one of the computers has internet access, and the other is connected to it via a network - LAN or WiFi - then the other has the same access to the internet via the same router.

If the offline PC isn't connected to the online PC via a network, then it has to be physically connected to it via a different medium such as a serial link: which is slow and difficult. While is it possible to stream the HTML via a serial link, it wouldn't be a comfortable browsing experience: akin to using a 56K modem over a very bad telephone line, given the large size of modern websites. And actual streaming? Don't even think about it, if you want a frame rate that is measured in "per second" rather than "per day".

I think you need to reconsider what you are trying to achieve, and maybe think about how the two are to be communicating first - and we can't help you with that!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900