The Edge2LoRa Dashboard aims to shows the data stream for Edge2LoRa. The Dashboard has been created to support the Demo presented at the MobiCom 2023 in Madrid the 2nd of October. LINK
To clone the repository run the following command:
git clone https://github.com/Edge2LoRa/e2l-dashboard.git or:
git clone [email protected]:Edge2LoRa/e2l-dashboard.gitIt is reccommended to create a python virtual enviroment to avoid creating conflicts between the different packages that could be installed in your system. To do so, run:
cd e2l-dashboard/
python3 -m venv vnevTo activate the virtual enviroement run (to repeat each time):
. venv/bin/activate
To install the needed python packages run:
pip3 install wheel
pip3 install -r requirements.txtTo run the Dashboard run:
cd server-modules-final/
python3 main.pyThe HTTP endpoint hosting the GUI is available on the port 8050.
The RPC endpoint to which the e2l-distributed-module shall connect is available on the port 23333.