Table of Contents |
---|
Introduction
The Low-power Border Router (LBR) sits between a SmartMesh IP Manager and the internet. It converts between the IPv6 packet format of the internet to the 6LoWPAN packet format of the SmartMesh IP network to enable communication between computers on the Internet ("internet hosts") and s.
...
Excerpt |
---|
The LBRConnection application allows you to connect to a running LBR to view information about LBR and counts of the packets flowing through it. |
It connects to:
- The SmartMesh IP Manager
- (Over the air) The SmartMesh IP Mote running in master or slave mode (depending on payload).
Running
You can run this application:
By double-clicking on the Windows executable at
/win/LBRConnection.exe
.- By double-clicking on its source files at
/src/
bin
/LBRConnection/LBRConnection.py
.
...
Description
GUI organization
The LBRConnection application consists of two frames:
- The "LBR connection" frame allows you to connect to an LBR.
- The "manager connection" frame allows you to connect to the SmartMesh IP Manager.
Internally, the application subscribes to ip notifications from the SmartMesh IP Manager. When it receives such a notification, it forwards the packet to the LBR it is connected to. Similarly, when receiving data from the LBR, it forwards it to the SmartMesh IP Manager.
...