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
Zeile 1: Zeile 1:
 
==WHAT==
 
==WHAT==
A super flexible pice of software that connects your serial interfaces to the internet and vice versa.
+
A super flexible piece of software that connects your serial interfaces to the internet and vice versa.
  
 
==WHY==
 
==WHY==

Version vom 26. August 2014, 14:30 Uhr

WHAT

A super flexible piece 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

web2serial.com

github

WHO

metachris Complete Implementation

overflo Idea and documentation