Understanding Protobot.xyz

Protobot.xyz is a minimalistic interface.
You inject in the interface simple modules.
You get a complex framework.

In order to understand it better, you should start injecting your first modules.
Later you will understand how it works.

Basically you have a window divided in two areas.

The top area is named Page
The bottom area is named Console

Those two areas are called Display

The third important thing is the URL of the page.

Normally display is a simple interface with a default Console, you find it here:

http://protobot.xyz/display/

This is the way we inject informations in Display:

http://protobot.xyz/display/?s=gis-halloworld


an external GITS is found starting from the injected CODE

the GITS is a javascript built in a standard ( very easy ) way, and it will be loaded inside Page

s= is the parameter used to inject something inside the Page

c= is the parameter used to inject something inside the Console

usually you can inject a module anywhere, if the module will allow it

try both solutions:

http://protobot.xyz/display/?s=gis-halloworld

http://protobot.xyz/display/?c=gis-halloworld

Now you injected your first modules! Congratulations!

You can find a list of ready modules in the right menu  -  Sensors List (or here).

Protobot.xyz was born in order to manage some easy cryptocurrencies mood oriented spy-bots.
However Protobot.xyz reveled itself to be more.
For this reason we use the word Sensor referring to any GITS containing a module for Display.

At the moment GITS is the only official source. Protobot.xyz uses GITS as Pseudo-Trustless DB.
If you are interested in Security Problems please refer to this page

If you can code Javascript you will find very easy and funny to use Protobot.xyz
We predict you will start with a stupid module, then add a new one, etc.. etc..
Protobot.xyz is addictive!

Before you start coding you should play more and understand better how (and where) things can be injected.
Few rules and you are ready to go. We provide a serie of articles you can refer to in order to start your first Sensor. You will start from the standard scheleton of an empty Sensor, you will post it on GITS, you will add a line of code and you'll be part of the community!

Now dig more in Display