LoPy-nano-gatewy-wan-private: Difference between revisions
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
Install private LoRa server: | Install private LoRa server: | ||
We are going to use the [https://www.ansible.com/ Ansible] playbook to setup all the LoRa server dependencies. | 1. We are going to use the [https://www.ansible.com/ Ansible] playbook to setup all the LoRa server dependencies. | ||
Install Ansible (Reference: [http://docs.ansible.com/ansible/intro_installation.html Ansible Installation] | Install Ansible (Reference: [http://docs.ansible.com/ansible/intro_installation.html Ansible Installation] | ||
* | *sudo apt-get install software-properties-common | ||
* | *sudo apt-add-repository ppa:ansible/ansible | ||
* | *sudo apt-get update | ||
* | *sudo apt-get install ansible | ||
2. Clone the [https://github.com/brocaar/loraserver-setup Ansible Playbook] | |||
Install git | |||
*sudo apt-get install git | |||
*sudo git clone https://github.com/brocaar/loraserver-setup | |||
*cd loraserver-setup | |||
// todo: continue | |||
Setup LoPy as a Single channel nano gateway | |||
== LoPY Nano-gateway and Lora-server experiments == | == LoPY Nano-gateway and Lora-server experiments == |
Revision as of 11:03, 10 March 2017
LoPy Nano-gateway and private lora-server installation
In this page we are going to:
- Install open source private LoRa server (by Orne Brocaar)
- Setup LoPy as single channel nano gateway
- Send data from LoPy node
Install private LoRa server:
1. We are going to use the Ansible playbook to setup all the LoRa server dependencies.
Install Ansible (Reference: Ansible Installation *sudo apt-get install software-properties-common *sudo apt-add-repository ppa:ansible/ansible *sudo apt-get update *sudo apt-get install ansible
2. Clone the Ansible Playbook
Install git *sudo apt-get install git *sudo git clone https://github.com/brocaar/loraserver-setup *cd loraserver-setup
// todo: continue
Setup LoPy as a Single channel nano gateway