Cosmos - how to access to the internet

Created on 15 Sep 2018  路  5Comments  路  Source: CosmosOS/Cosmos

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

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.

All 5 comments

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:

  1. connect
  2. send HTTP response
  3. use C# HTML classes to parse the page
  4. show by your way!

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?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

365Tito picture 365Tito  路  10Comments

AAli107 picture AAli107  路  10Comments

ArtyIF picture ArtyIF  路  9Comments

Vardan2009 picture Vardan2009  路  11Comments

erikpro007 picture erikpro007  路  4Comments