Menu

Tree [445d0e] master /
 History

HTTPS access


File Date Author Commit
 RFIDMonitor 2014-07-10 Thiago R. M. Bitencourt Thiago R. M. Bitencourt [598610] MRI2000 Module now working properly
 RFIDMonitorDaemon 2014-09-05 Luis Valdes Luis Valdes [a1eac6] Added license to some files
 RFIDMonitorDeskApp 2014-10-03 Luis Valdes Luis Valdes [445d0e] Iniciada traduccion del idioma espanol.
 .gitignore 2013-12-05 Luis Valdés Luis Valdés [7d9902] added gitignore to branch
 README.md 2014-09-18 gustavovaliati gustavovaliati [e4dd8b] Update README.md

Read Me

RFIDMonitor

This project aims to provide a software solution for the researchers of the Itaipu dam. The system is capable of reading data from the Texas Instruments hardware. It currenly works on Linux x86_64 & arm.

The project is divided in two fundamental parts:
* Embedded
* RFIDMonitor
* RFIDDaemon
* Desktop
* DeskApp
The combination of the RFIDMonitor and RFIDDaemon is called RFIDCollector.

Embedded

RFIDMonitor

The goal of this project is to establish a serial connection with the RFID Reader and provide the mechanisms to send the received information to a remote computer through TCP/IP sockets. Is important to understand that the RFIDMonitor process does not make the connection with the remote computer, it can only send and receive information from the ouside world from a IPC channel with the RFIDDaemon process.

RFIDDaemon

To be able to start, stop and restart the RFIDMonitor we decided to create this project in a way that we can make open some communication channels with the outside world (TCP/UDP sockets) that are always listening to events, because the system is configured through a desktop application called DeskApp.

Desktop

DeskApp

To be able to configure the system we created a humble application that provides the means to configure the RFIDCollector, these configurations are:
* Network interface (Wi-Fi SSID/Password)
* Collector id
* Collector name
* Serial device
* Default services (Reader, Persister, Exporter, Synchronizer, Communicator, Packager)
* MAC address (this one is readonly)
* Server address/port

For more information/documentation go to wiki.celtab.org.br/index.php/RFIDMonitor

Downloads

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.