Home

Awesome

Wyliodrin STUDIO

Documentation Build

Wyliodrin STUDIO is an educational platform for IoT and Embedded Linux systems.

Supported devices:

Supported languages

Install

Windows

If there are any errors, run

npm install --global --production windows-build-tools

For bluetooth WinUSB driver with Zadig tool

macOS

Install Xcode

Build

This section is used for when you want to build application from the source code.

Dependencies

Build Instructions

The application itself can run in 2 modes.

Electron

Electron is the preffered way of running the application. The resulting tool starts as a standalone application.

npm install
npx electron-rebuild
npm run electron

To start the application you can issue:

npm start

Web

Another way of running the application is leveragin your internet browser, Firefox is recommended. Following lines will build all the needed artifacts:

npm install
npm run browser

Then to run the application enter the build folder and run

npm install
npm start

Contribute

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

Authors

Wyliodrin STUDIO is a product of Wyliodrin in partnership with the Politehnica University of Bucharest

Contributions

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

License

Apache 2.0