From 0fd381a95dcce25b798f1fd6706a2a7e4c8f948c Mon Sep 17 00:00:00 2001 From: siddhant8602 <44695114+siddhant8602@users.noreply.github.com> Date: Sat, 17 Nov 2018 09:42:04 +0530 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 529fb87..3f8cee7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Drola A Drone Monitoring System using LORA -We are introducing a seperate hardware unit for drones which can easily mount on any kind of non-commercial drone. DroLa End node consists of a GPS module, microcontroller, LoRa module and a seperate battery. +We are introducing a separate hardware unit for drones which can easily mount on any kind of non-commercial drone. Drola End node consists of a GPS module, microcontroller, Lora module and a separate battery. ### Setting up Drola End Node Setup the units according to the schematics given in the `LoRa_End_Node`. The End node microcontroller should contain the given firmware. The communication channel and addresses of Lora modules should be according to the given firmware. @@ -13,11 +13,11 @@ Setup the units according to the schematics given in the `LoRa_End_Node`. The En cd Drola_Base_Node npm install ``` -2) Connect the configured base station LoRa module to the base station computer. You can start the node server by running following command- +2) Connect the configured base station Lora module to the base station computer. You can start the node server by running following command- ``` npm start ``` -3) Start the Websocket server and Websocket client to see the the end node locations in the browser application. +3) Start the Web socket server and Web socket client to see the end node locations in the browser application. ``` cd Drola_Base_Node/api python socket_server.py @@ -25,13 +25,13 @@ Setup the units according to the schematics given in the `LoRa_End_Node`. The En ``` 4) Go to http://localhost:3000/ in your browser to see all the locations of the Live End Nodes. -**Note:** You can test the api by running `socket_client.py` instead of `read_serial.py`. It will show you some hard-coded locations. Trusted zones are not implemented yet to protect AES keys. The keys are hardcoded in this version. +**Note:** You can test the API by running `socket_client.py` instead of `read_serial.py`. It will show you some hard-coded locations. Trusted zones are not implemented yet to protect AES keys. The keys are hardcoded in this version. ## Base Node Application  -## DroLa End Node - +## Drola End Node +