asokaravindap / RSSIDataCollector

This includes the source related to RSSI data collection

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RSSIDataCollector

This includes the implementation of RSSI data collection

Important Notes:

The directory where the output file is written requires necessary permissions to avoid permission denied exception. Therefore, granting permission as follows is essential.

sudo mkdir path/to/outputdir

sudo chown tomcat7:tomcat7 path/to/outputdir

sudo chmod u+wrx path/to/outputdir

About

This includes the source related to RSSI data collection


Languages

Language:Java 100.0%