Cosmos - how to browse the net
I have absolute no idea how to do this. I don't know how to connect to the internet or display a webpage or interact with the website.
Any solutions?
Thanks
We are working on the TCP stack but you are yet really at low level a lot of time will have to pass before we could display a web page.
Displaying a webpage? I think you have to make a basic HTML reader for that... from scratch.
Well if you want a textual browser probably the C# HTML classes could work already... but I think our friend was thinking of a GUI browser as "Firefox".
if we have tcp classes:
once connections are possible, how likely is it to build a browser over the OS if we can use chromium as the engine and built an actual browser around it in .NET?
Most helpful comment
We are working on the TCP stack but you are yet really at low level a lot of time will have to pass before we could display a web page.