MCPcopy Index your code
hub / github.com/adafruit/Adafruit-WebIDE

github.com/adafruit/Adafruit-WebIDE @0.8.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release 0.8.0 ↗ · + Follow
1,885 symbols 4,652 edges 344 files 22 documented · 1% updated 2y ago0.8.0 · 2018-03-13★ 47213 open issues
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Adafruit webIDE

This is a simple editor designed to help learn the Raspberry Pi and Beaglebone components, and more. This editor is designed solely for use on your secure private network as of now.

Debian Installation (Raspberry Pi and BeagleBone Black)

The WebIDE installer is currently targeting Debian Stretch (latest Raspbian) installations only.

On the Raspberry PI or BeagleBone Black (after expanding the file system):

curl https://raw.githubusercontent.com/adafruit/Adafruit-WebIDE/master/scripts/install.sh | sudo sh

Alternatively, you can install using the .deb file:

curl -O https://adafruit-download.s3.amazonaws.com/adafruitwebide-0.3.12-Linux.deb
sudo dpkg -i adafruitwebide-0.3.12-Linux.deb
sudo apt-get -f install

Note: As part of the installation process, the 'webide' user is given access to sudo and sudoers, similar to the 'pi' user. This is needed in order to easily access GPIO pins from the Editor.
If you don't need these features, feel free to manually install the editor below.

Note: This is also the default installation for any Debian or Ubuntu operating systems

Manual Installation

Follow along in the installation script and pick and choose the components you'd like to install.

Uninstallation

Debian (Raspberry PI and BeagleBone Black):

curl https://raw.githubusercontent.com/adafruit/Adafruit-WebIDE/master/scripts/uninstall.sh | sudo sh

Manual Uninstallation

Follow along in the uninstallation script and pick and choose the components you'd like to remove.

Running the Editor

Using Firefox or Chrome (and likely any other webkit browser) on any computer in your internal network:

Raspberry Pi:

http://raspberrypi.local:8080

BeagleBone:

http://beaglebone.local:8080

Restart the Editor

If for any reason you need to restart the editor, you can execute the following commands in order

sudo systemctl restart adafruit-webide
sudo systemctl start adafruit-webide

Sudo is required to restart due to the editor running as the 'webide' user.

Status or Logs for the Editor

sudo systemctl status adafruit-webide

Logs are in syslog: /var/log/syslog

License

The editor is licensed with AGPL Version 3. http://www.gnu.org/licenses/agpl-3.0.html

SCREENSHOTS

ScreenShot

Core symbols most depended-on inside this repo

e
called by 2872
public/javascripts/ace/ace.js
$
called by 608
public/javascripts/ace/worker-lua.js
f
called by 364
public/javascripts/ace/mode-xquery.js
f
called by 364
public/javascripts/ace/mode-jsoniq.js
K
called by 190
public/javascripts/ace/worker-javascript.js
a
called by 172
public/javascripts/ace/ace.js
rt
called by 139
public/javascripts/ace/worker-javascript.js
o
called by 88
public/javascripts/ace/ace.js

Shape

Function 1,797
Method 82
Class 6

Languages

TypeScript94%
Python6%

Modules by API surface

public/javascripts/trace/d3.v2.min.js255 symbols
public/javascripts/trace/jquery.jsPlumb-1.3.10-all-min.js108 symbols
public/javascripts/ace/worker-javascript.js103 symbols
public/javascripts/ace/worker-lua.js78 symbols
public/javascripts/ace/worker-html.js74 symbols
public/javascripts/editor.js71 symbols
public/javascripts/jquery.min.js63 symbols
public/javascripts/ace/ext-chromevox.js43 symbols
helpers/python/debugger.py40 symbols
public/javascripts/ace/worker-css.js39 symbols
public/javascripts/ace/ace.js39 symbols
helpers/python/encoder_combined.py36 symbols

For agents

$ claude mcp add Adafruit-WebIDE \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page