telecar/README.md

43 lines
985 B
Markdown
Raw Normal View History

2022-11-18 11:20:29 -03:00
# telecar
TELECAR: Internet das Coisas aplicada a Telemetria de Automóveis
2022-11-18 11:23:08 -03:00
2023-03-13 01:55:04 +00:00
Desenvolvido por: F. Raszeja, sob orientação de D. Gomes
2022-11-18 11:23:08 -03:00
# Pastas:
node -> arquivos usados pelo node-red
2022-12-04 14:21:30 -03:00
requer:
2022-12-04 14:26:41 -03:00
2022-12-04 14:21:30 -03:00
node-red-contrib-ui-artless-gauge
2022-12-04 14:26:41 -03:00
2022-12-04 14:21:30 -03:00
node-red-dashboard
2022-12-04 14:26:41 -03:00
2022-12-04 14:21:30 -03:00
node-red-node-ui-table
2022-11-18 11:23:08 -03:00
2022-12-04 14:26:41 -03:00
utilize o tema "dark" do node-red-dashboard para visualização correta dos elementos.
2022-11-18 11:23:08 -03:00
py -> arquivos do dispositivo
requer: Paho MQTT Python Client (https://github.com/eclipse/paho.mqtt.python), python-obd (https://github.com/brendan-w/python-OBD)
2023-03-13 01:55:04 +00:00
---
# EN-US
TELECAR: Internet of Things applied to Vehicle Telemetry
Developed by: F. Raszeja, under orientation of D. Gomes
# Folders:
node -> files used by node-red
requires:
node-red-contrib-ui-artless-gauge
node-red-dashboard
node-red-node-ui-table
use the "dark" theme from node-red-dashboard.
py -> device files
requires: Paho MQTT Python Client (https://github.com/eclipse/paho.mqtt.python), python-obd (https://github.com/brendan-w/python-OBD)