<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";" class="">First thing first, a little bit of context. </div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";" class="">I have 2 raspberry pis with OVS and Docker installed on it. I use ONOS as a controller.</div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";" class="">On the first one, I have a bridge (BR1) and I created a Docker container (CTN1) linked to the bridge thanks to ovs-docker.</div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";" class="">On the second, I have a bridge (BR2) and I created a Docker container (CTN2) linked to the bridge thanks to ovs-docker as well.</div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";" class="">The first goal is that CTN1 pings CTN2 and the other way around of course and the second is to link pis with multiple types of communication.</div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue"; min-height: 14px;" class=""><br class=""></div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";" class="">First, I have linked the 2 pis with an ethernet cable, added the eth port to each bridge for each pi, and asked CTN1 to ping CTN2 and it worked.</div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";" class="">Then I created a wifi ad hoc network between pis and using GRE tunnel with OVS I did a wifi connection between pis and finally, CTN1 was able to ping CTN2. </div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";" class="">Now I bought two SX1268 470M LoRa hat. Here is some information about it (<a href="https://www.waveshare.com/wiki/SX1268_470M_LoRa_HAT#Demo_codes" class=""><span style="color: #dca10d" class="">https://www.waveshare.com/wiki/SX1268_470M_LoRa_HAT#Demo_codes</span></a>) and would like to do the same thing again but using LoRa technology. So I plugged hats on each pi. However, this time I don’t have a network interface to add to the bridge or a way to create a tunnel. Can CTN1 ping CTN2 combining OVS with LoRa technology?</div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue"; color: rgb(220, 161, 13);" class=""><span style="color: #000000" class="">I saw this picture showing that it is (<a href="https://www.mdpi.com/IoT/IoT-01-00004/article_deploy/html/images/IoT-01-00004-g007.png" class="">https://www.mdpi.com/IoT/IoT-01-00004/article_deploy/html/images/IoT-01-00004-g007.png</a>). I know that SDWI stands for Software-Defined Wireless Interfacing but what is it exactly? How to do so? Is there an easy way to combine LoRa and OVS?</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue"; min-height: 15px;" class=""><br class=""></div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: "Helvetica Neue";" class=""><br class=""></div></body></html>