Difference between revisions of "Main Page"

From SmartBots Developers Docs
Jump to: navigation, search
Line 1: Line 1:
 
Welcome to SmartBots Developers wiki!
 
Welcome to SmartBots Developers wiki!
  
> Historically, we kept the developers documentation in our common docs [http://www.mysmartbots.com/docs/|here]. We will be moving articles to this website little by little.
+
> Historically, we kept the developers documentation in our common docs [http://www.mysmartbots.com/docs/ here]. We will be moving articles to this website little by little.
  
 
SmartBots provides various ways for developer to control bots, send group invitations, manage notices etc etc. Here are the most important of them:
 
SmartBots provides various ways for developer to control bots, send group invitations, manage notices etc etc. Here are the most important of them:
Line 7: Line 7:
 
== Control SmartBots from other languages ==
 
== Control SmartBots from other languages ==
  
* Control groups from LSL scripts: [http://www.mysmartbots.com/docs/AdminBot_(LSL_Library)|AdminBot library]
+
* Control groups from LSL scripts: [http://www.mysmartbots.com/docs/AdminBot_(LSL_Library) AdminBot library]
* Control groups from websites: [http://www.mysmartbots.com/docs/HTTP_API:_Simple_Groups|Simple group HTTP API]
+
* Control groups from websites: [http://www.mysmartbots.com/docs/HTTP_API:_Simple_Groups Simple group HTTP API]
* Control bots from LSL scripts and websites: [http://www.mysmartbots.com/docs/HTTP_API:_Bot_Commands|Bot HTTP API]
+
* Control bots from LSL scripts and websites: [http://www.mysmartbots.com/docs/HTTP_API:_Bot_Commands Bot HTTP API]
  
 
== Write complete programs for bots ==
 
== Write complete programs for bots ==
  
Currently we are working on javascript-based bot programming suite: Play@SmartBots ([[https://www.mysmartbots.com/blog/2016/05/program-your-second-life-bots-in-javascript/|read the announcement here]]).
+
Currently we are working on javascript-based bot programming suite: Play@SmartBots ([https://www.mysmartbots.com/blog/2016/05/program-your-second-life-bots-in-javascript/ read the announcement here]).
  
 
Play@SmartBots is our major subproject now. This is a very powerful programming suite: you write programs in pure JavaScript, powered with callback events and necessary commands to control your bot. These documentation pages will describe it in a first place.
 
Play@SmartBots is our major subproject now. This is a very powerful programming suite: you write programs in pure JavaScript, powered with callback events and necessary commands to control your bot. These documentation pages will describe it in a first place.
  
Play@SmartBots is a replacement for SBSL ([http://www.mysmartbots.com/docs/SBSL|SmartBots Scripting Language]).
+
Play@SmartBots is a replacement for SBSL ([http://www.mysmartbots.com/docs/SBSL SmartBots Scripting Language]).
  
  
 
== Where do I get more info? ==
 
== Where do I get more info? ==
  
For AdminBot and APIs see the [http://www.mysmartbots.com/docs/SmartBots_for_Developers|original docs].
+
For AdminBot and APIs see the [http://www.mysmartbots.com/docs/SmartBots_for_Developers original docs].

Revision as of 08:41, 24 June 2016

Welcome to SmartBots Developers wiki!

> Historically, we kept the developers documentation in our common docs here. We will be moving articles to this website little by little.

SmartBots provides various ways for developer to control bots, send group invitations, manage notices etc etc. Here are the most important of them:

Control SmartBots from other languages

Write complete programs for bots

Currently we are working on javascript-based bot programming suite: Play@SmartBots (read the announcement here).

Play@SmartBots is our major subproject now. This is a very powerful programming suite: you write programs in pure JavaScript, powered with callback events and necessary commands to control your bot. These documentation pages will describe it in a first place.

Play@SmartBots is a replacement for SBSL (SmartBots Scripting Language).


Where do I get more info?

For AdminBot and APIs see the original docs.