All Projects → Wyliodrin → WyliodrinSTUDIO

Wyliodrin / WyliodrinSTUDIO

Licence: GPL-3.0 license
Wyliodrin STUDIO is a Chrome based IDE for software and hardware development in IoT and Embedded Linux

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
C++
36643 projects - #6 most used programming language
CSS
56736 projects
Batchfile
5799 projects
shell
77523 projects
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to WyliodrinSTUDIO

Raspberrypipkg
DEPRECATED - DO NOT USE | Go here instead ->
Stars: ✭ 758 (+742.22%)
Mutual labels:  firmware, raspberrypi
Quadplay
The quadplay✜ fantasy console
Stars: ✭ 563 (+525.56%)
Mutual labels:  raspberrypi, ide
lvfs-website-archived
The LVFS website
Stars: ✭ 49 (-45.56%)
Mutual labels:  firmware
NR1-UI
Userinterface for Volumio (RaspberryPi) with ssd1322 and ssd1306 oled display, spectrum bargraph, progress bar, LED functions, Standby-functions, 4 Buttons and Rotary Encoder.
Stars: ✭ 29 (-67.78%)
Mutual labels:  raspberrypi
Sub-IoT-Stack
Sub-IoT: Open Source Stack for Dash7 Alliance Protocol
Stars: ✭ 123 (+36.67%)
Mutual labels:  firmware
allthefirmwares
Go! Get all the firmwares!
Stars: ✭ 79 (-12.22%)
Mutual labels:  firmware
vigilantpi
VigilantPI is a lightweight NVR which targets mainly Raspberry Pi
Stars: ✭ 14 (-84.44%)
Mutual labels:  raspberrypi
arduino-firmware-wifilink
Arduino WiFi Link firmware for ESP8266 based boards
Stars: ✭ 22 (-75.56%)
Mutual labels:  firmware
V4L2-to-NDI
A video input (V4L2) to NDI converter that works with Raspberry Pi (32-bit and 64-bit), and Intel/AMD CPUs
Stars: ✭ 35 (-61.11%)
Mutual labels:  raspberrypi
prodict
Prodict, what Python dict meant to be.
Stars: ✭ 102 (+13.33%)
Mutual labels:  ide
pfc-firmware
This repository contains official Wago firmware releases for 750-8xxx(PFC) series.
Stars: ✭ 32 (-64.44%)
Mutual labels:  firmware
rpi2mqtt
Connect RaspberryPi GPIOs and 1-Wire temperature sensors to MQTT 🍰🔘📡
Stars: ✭ 20 (-77.78%)
Mutual labels:  raspberrypi
WordIDE
A tool that helps you write code in your favorite IDE: your word processor!
Stars: ✭ 37 (-58.89%)
Mutual labels:  ide
os
OS for Pi-KVM based on Arch Linux ARM
Stars: ✭ 42 (-53.33%)
Mutual labels:  raspberrypi
neovim-config
Modern NeoVim config for IDE-like development
Stars: ✭ 89 (-1.11%)
Mutual labels:  ide
VapourNvim
A NeoVim config for THE ULTIMATE vim IDE-like experience.
Stars: ✭ 351 (+290%)
Mutual labels:  ide
hippie68.github.io
This is sleirsgoevy's PS4 jailbreak for firmware 7.02/7.5x, upgraded with additional features and more payloads.
Stars: ✭ 35 (-61.11%)
Mutual labels:  firmware
HandsomeMod
IOT freedom for end users!
Stars: ✭ 39 (-56.67%)
Mutual labels:  firmware
platform-atmelavr
Atmel AVR: development platform for PlatformIO
Stars: ✭ 97 (+7.78%)
Mutual labels:  firmware
smcutil
SMC utility for modifying and examining Apple's SMC payloads.
Stars: ✭ 30 (-66.67%)
Mutual labels:  firmware

This repository is deprecated, please take a look at the new version of WyliodrinSTUDIO at the new reposository

Wyliodrin STUDIO

Build Status Dependency Status Gitter

Wyliodrin STUDIO is a Chrome based IDE for software and hardware development for IoT and Embedded Linux systems.

Wyliodrin

  • Connect to devices using TCP/IP or serial port
  • Develop software and firmware for IoT in several programming languages
  • Shell access to the device
  • Import and export Wyliodrin STUDIO projects
  • Visual dashboard for displaying sensor data
  • Display the hardware schematics
  • Manage packages for Python and Javascript
  • Task manager for managing the device
  • Network connection manager for the device (Ethernet and WiFi)
  • Interactive electronics documentation (resistor color code)
  • Example projects and firmware
  • Wyliodrin API documentation in C/C++, Python and Javascript

Supported devices:

  • Raspberry Pi and Arduino
  • UDOO Neo
  • BeagleBone Black
  • Arduino Yun

Supported languages

  • Visual Programming (translates to Python)
  • Javascript
  • Python
  • Streams (node-red)
  • Shell Script (bash)

Install

You may find Wyliodrin STUDIO on the Chrome Store

Wyliodrin

Device

The device needs to run

You may download device images that have them installed from Wyliodrin.

Build

You will need

Build Instructions for Windows users

Build using the provided script

Just run the build.cmd script as administrator.

or

You may build Wyliodrin STUDIO yourself

git clone https://www.github.com/Wyliodrin/WyliodrinSTUDIO
cd WyliodrinSTUDIO
yarn & REM npm install works slow
cd patches
patch.exe ../node_modules/highcharts-ng/dist/highcharts-ng.js highcharts-ng.patch
patch.exe ../node_modules/angular-tree-control/css/tree-control-attribute.css tree-control-attribute.patch
patch.exe ../node_modules/marked/lib/marked.js marked.patch
patch.exe ../node_modules/angular-ui-ace/src/ui-ace.js angular-ui-ace.patch
cd ..
grunt

Install grunt

npm install -g grunt-cli 

Build Instructions for Linux users

Build using the provided script

Just run the build.sh script.

or

You may build Wyliodrin STUDIO yourself

git clone https://www.github.com/Wyliodrin/WyliodrinSTUDIO
cd WyliodrinSTUDIO
yarn # npm install works slow
patch node_modules/highcharts-ng/dist/highcharts-ng.js patches/highcharts-ng.patch
patch node_modules/angular-tree-control/css/tree-control-attribute.css patches/tree-control-attribute.patch
patch node_modules/marked/lib/marked.js patches/marked.patch
patch node_modules/angular-ui-ace/src/ui-ace.js patches/angular-ui-ace.patch
grunt

Install grunt

sudo npm install -g grunt-cli 

The build is in the build folder

Parameters

  • DEBUG_WYLIODRIN='wyliodrin.*' - enable debug messages (this will have a performance impact)
  • MIXPANEL_WYLIODRIN='' - mixpanel token for anonymous statistics sending

Loading the app

First step in loading the app is to install chrome explorer if you haven't already installed it Download chrome

After the installation:

  • open the options tab (the 3 dots button in the top-right corner)
  • go to More tools
  • in the More tools menu choose the Extensions option
  • check the developer mode box (top of the page)
  • another three options will appear including one called 'Load unpacked extension'
  • Select 'Load unpacked extension', go to the the folder where you have built the project and open the folder called 'build', then press open.

Contribute

We would love your help. Click here to find out how to contribute.

Authors

Wyliodrin STUDIO is a product of Wyliodrin

Contributions

Wyliodrin is a trademark of Wyliodrin SRL. All rights reserved.

License

GPLv3 for private, non profit and educational use.

Please consider contacting us at [email protected] if you plan to use it in a commercial software. This license allows you to write/distribute/sell an applications written in Wyliodrin STUDIO. If does not allow you to sell Wyliodrin STUDIO or any derived products.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].