Posted 18 October 2016 - 01:40 PM
Craftweb
Craftweb is a series of specifications made to create a standard for browsers in ComputerCraft.. browsers.
One of these browsers is Craftscape (A reference to Netscape).
Here is the link to the Craftweb specification.
Craftscape
Craftscape is a browser that uses the CWS to browse an internet.
When opening the program, you will see a GUI similar to
this:

Here you will specify a destination computer. This is the ID of a computer that is the host.
Next it will ask you for a page, if you leave it empty, it will open "index.cw".
After that the browser will connect to the computer.
Due to the single-threaded nature of ComputerCraft, you may need to wait if there are too many connections to that server.
After you've waited, you will be greeted with a page.
Congratulations, you've connected to a page on an internet.
Now.. "an" internet? What does that mean?
Unfortunately, every server will have a different set of web pages.
This has it's own advantages and disadvantages.
Pastebin: http://pastebin.com/QSpxrJtM
Craftweb Host
Craftweb Host is a simple program that hosts Craftweb files for browsers (that follow the CWS) to receive.
By opening the program it will freeze the computer and wait for connections.
It will look like this:

Pastebin: http://pastebin.com/ifhQq6NN
Craftweb is a series of specifications made to create a standard for browsers in ComputerCraft.. browsers.
One of these browsers is Craftscape (A reference to Netscape).
Here is the link to the Craftweb specification.
Craftscape
Craftscape is a browser that uses the CWS to browse an internet.
When opening the program, you will see a GUI similar to
this:

Here you will specify a destination computer. This is the ID of a computer that is the host.
Next it will ask you for a page, if you leave it empty, it will open "index.cw".
After that the browser will connect to the computer.
Due to the single-threaded nature of ComputerCraft, you may need to wait if there are too many connections to that server.
After you've waited, you will be greeted with a page.
Congratulations, you've connected to a page on an internet.
Now.. "an" internet? What does that mean?
Unfortunately, every server will have a different set of web pages.
This has it's own advantages and disadvantages.
Pastebin: http://pastebin.com/QSpxrJtM
Craftweb Host
Craftweb Host is a simple program that hosts Craftweb files for browsers (that follow the CWS) to receive.
By opening the program it will freeze the computer and wait for connections.
It will look like this:

Pastebin: http://pastebin.com/ifhQq6NN