Difference between revisions of "Main Page"
From SmartBots Developers Docs
(Addition of TotalControl link) |
|||
Line 5: | Line 5: | ||
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: | ||
− | == | + | == Ways to write programs for SmartBots == |
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | * JavaScript, sandbox: | |
+ | ** [[Bot Playground]] - hosted sandbox to run scripts to control bots | ||
+ | * LSL, bot-centric: | ||
+ | ** [https://www.mysmartbots.com/dev/docs/TotalControl_for_LSL TotalControl library] - using llMessageLinked (the easiest) | ||
+ | ** [http://www.mysmartbots.com/dev/docs/HTTP_API/Bot_Commands Bot HTTP API] - using HTTP calls (the most advanced) | ||
+ | * LSL, group-centric: | ||
+ | ** [http://www.mysmartbots.com/docs/AdminBot_(LSL_Library) AdminBot library] | ||
− | + | We also have a PHP wrapper for HTTP API: [http://www.mysmartbots.com/dev/docs/PHP PHP API] | |
− | + | Old way, SBSL (easy but not recommended): [http://www.mysmartbots.com/docs/SBSL SmartBots Scripting Language]. | |
− | + | ||
− | + | ||
== Publishing your devices == | == Publishing your devices == |
Revision as of 15:03, 14 October 2019
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:
Ways to write programs for SmartBots
- JavaScript, sandbox:
- Bot Playground - hosted sandbox to run scripts to control bots
- LSL, bot-centric:
- TotalControl library - using llMessageLinked (the easiest)
- Bot HTTP API - using HTTP calls (the most advanced)
- LSL, group-centric:
We also have a PHP wrapper for HTTP API: PHP API
Old way, SBSL (easy but not recommended): SmartBots Scripting Language.
Publishing your devices
If your device or web project uses SmartBots, you can use these logos.