tgo-s / rssf-projeto

Projeto de RSSF LAB I

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rssf-projeto

Projeto de RSSF LAB I que implementa uma comunicação entre servidor e cliente de interface gráfica (interação de usuário) com um cliente microcontrolador.

Protocolo

The following table describes the protocol used for both clients

PROTOCOLO VALOR DESCRIÇÃO
IDENTIFY 1 Microcontroller Client
2 UI Client
SUCCESS 1 Send a Success
LED GET STATE 0/1 Get the state value of microcontroller client. The value is not relevant
LED STATE 1 Led red is on
2 Led green is on
3 Both led are on
0 Both led are off
LED SET STATE 1 Set red led on
2 Set green led on
3 Set both leds ON
0 Set both leds OFF

The following protocol is used only by UI Client

PROTOCOLO VALOR RETORNO DESCRIÇÃO
DEVICES LIST 1 List of Microcontrollers Get the list of microcontrollers connected to the server

About

Projeto de RSSF LAB I


Languages

Language:Dart 34.2%Language:Python 32.4%Language:C 30.6%Language:Objective-C 1.9%Language:Java 0.9%