Web2serial: Unterschied zwischen den Versionen
aus Metalab Wiki, dem offenen Zentrum für meta-disziplinäre Magier und technisch-kreative Enthusiasten.
Zur Navigation springenZur Suche springen
(Die Seite wurde neu angelegt: „this will be EPIC. Kategorie:English Kategorie:Projekte“) |
Keine Bearbeitungszusammenfassung |
||
Zeile 1: | Zeile 1: | ||
==WHAT== | |||
A super flexible pice of software that connects your serial interfaces to the internet and vice versa. | |||
==WHY== | |||
Because you can now: | |||
* control your robotic friend | |||
* make leds blink | |||
* update your projects firmware | |||
* create animations and pictures | |||
* read sensors | |||
* drive motors | |||
* flash your arduino | |||
* and MUCH more.. | |||
all from within your browser. | |||
Your imagination is the limit. | |||
==HOW== | |||
The software suite is in active development an consists of two parts | |||
1. a piece of software that is crossplattform and written in python | |||
This connects the serial interfacs with the internet, receives websocket requests and sends data that comes from the serial interfaace | |||
2. a javascript library that implements websocket i/o | |||
== WHERE == | |||
[http://web2serial.com web2serial.com] | |||
[https://github.com/Metalab/web2serial github] | |||
==WHO== | |||
[https://metalab.at/wiki/Benutzer:Metachris metachris] Complete Implementation | |||
[https://metalab.at/wiki/Benutzer:overflo overflo] Idea and documentation | |||
[[Kategorie:English]] | [[Kategorie:English]] | ||
[[Kategorie:Projekte]] | [[Kategorie:Projekte]] |
Version vom 26. August 2014, 14:30 Uhr
WHAT
A super flexible pice of software that connects your serial interfaces to the internet and vice versa.
WHY
Because you can now:
- control your robotic friend
- make leds blink
- update your projects firmware
- create animations and pictures
- read sensors
- drive motors
- flash your arduino
- and MUCH more..
all from within your browser.
Your imagination is the limit.
HOW
The software suite is in active development an consists of two parts
1. a piece of software that is crossplattform and written in python
This connects the serial interfacs with the internet, receives websocket requests and sends data that comes from the serial interfaace
2. a javascript library that implements websocket i/o
WHERE
WHO
metachris Complete Implementation
overflo Idea and documentation