An open API service indexing awesome lists of open source software.

https://github.com/yagoluiz/rfid-reader-middleware

IoT middleware RFID tag reading / [PT-BR] Middleware IoT de leitura de tags RFID
https://github.com/yagoluiz/rfid-reader-middleware

azure iot java rfid sparkfun

Last synced: 7 months ago
JSON representation

IoT middleware RFID tag reading / [PT-BR] Middleware IoT de leitura de tags RFID

Awesome Lists containing this project

README

          

# IoT Middleware RFID Tag Reading

IoT Middleware RFID Tag Reading, implemented in the year 2019 for Master's Work.

## Project architecture

This repository provides the implementation of IoT middleware. For serverless service implementation (Azure Functions), see the application [repository](https://github.com/yagoluiz/rfid-reader-api).

![](img/iot_architecture.png)

## Master's work

See the work [repository](https://github.com/yagoluiz/unb-dissertacao) for more details of the project.

## Technologies

- Java 8
- [Azure IoT Hub](https://azure.microsoft.com/en-us/services/iot-hub/)
- [SDK Mercury API](https://www.jadaktech.com/documentation/rfid/mercuryapi/)

## Instructions for run project

- Run project in Java IDE preferably

# [PT-BR] Middleware IoT de Leitura de Tags RFID

Middleware IoT de Leitura de Tags RFID, implementado no ano de 2019 para trabalho de Mestrado.

## Arquitetura do projeto

Este repositório apresenta a implementação do middleware IoT. Para implementação do serviço serverless (Azure Functions), consulte o [repositório](https://github.com/yagoluiz/rfid-reader-api) da aplicação.

![](img/arquitetura_iot.png)

## Trabalho de Mestrado

Consulte o [repositório](https://github.com/yagoluiz/unb-dissertacao) do trabalho para mais detalhes do projeto.

## Tecnologias

- Java 8
- [Azure IoT Hub](https://azure.microsoft.com/en-us/services/iot-hub/)
- [SDK Mercury API](https://www.jadaktech.com/documentation/rfid/mercuryapi/)

## Instruções para execução do projeto

- Executar projeto na IDE Java de preferência