cavearr / FPGAwars-Reflector

Broadcast gateway for serial UARTs and websockets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FPGAwars Reflector

Reflector is a broadcast gateway that runs on browser and communicate serial UARTs with websocket, simple and powerful.

Initially designed for debugging purpouses but opens a new way to mix hardware and web technologies.

This software is part of the FPGAwars ecosystem

Now is very early version with many bugs and very little error control, we are experimenting with this new way os mix hardware and softare, soon we evolve this application.

The first objective of this app is connecting with LOVE FPGA blocks.

You can find some examples at this project

https://github.com/FPGAwars/LOVE-FPGA/

Installation

Install Reflector as a chrome extension.

Soon will be at chrome webstore but while i'm stabilice it you can install it from source.

To install it:

  1. Download or clone this repository.

  2. In chrome browser go to url chrome://extensions

  3. Click on the button "Load from source" or in spanish "Cargar descomprimida", and select the folder with Reflector.

Run

On Chrome go to chrome://apps and you can view icon to launch.

In some operting systems, you could have an icon in your desktop or in your menu app bar to launch it

Once you start, you need to start websocket server first and then uart server.

You can send commands manually for debugging purpouses.

About

Broadcast gateway for serial UARTs and websockets

License:GNU General Public License v2.0


Languages

Language:JavaScript 93.6%Language:HTML 3.9%Language:CSS 2.6%