ot-br-posix
                                
                                
                                
                                    ot-br-posix copied to clipboard
                            
                            
                            
                        OpenThread Border Router, a Thread border router for POSIX-based platforms.
Hello Team, I am working on my custom board where I am running the border router created with CC2538 RCP binary. As soon as I connect multiple clients with my...
Hi, Is there any elaborated document explaining the implementation difference of wpantund and ot-ctl with respect to border-router? I had implemented ot-br-posix in my RPI image. It is currently on...
Hi, I am trying to run otbr on a openWRT platform. The openWRT is running on a Raspberry Pi 3B+. To build the otbr, I followed the build instructions on...
[logs_8923.zip](https://github.com/openthread/ot-br-posix/files/6535242/logs_8923.zip) ``` otbr-agent[17743]: [WARN]-MLE-----: Failed to process Discovery Request: Security Join failed [NotFound] otbr-agent[17743]: [INFO]-MLE-----: Send Advertisement (ff02:0:0:0:0:0:0:1) otbr-agent[17743]: [INFO]-MAC-----: Sent IPv6 UDP msg, len:90, chksum:2299, to:0xffff, sec:no, prio:net, radio:all...
Fixes a bug in energy scan api and enhance according to @simonlingoogle 's comment.
This commit simplifies mainloop process by providing `RunMainloop()` which encapsulates updating and processing mainloop processores. We also provide `BreakMainloop()` which can breaks the blocking `RunMainloop()` method even from another thread....
**Is your feature request related to a problem? Please describe.** For our C++ application, we need to issue commands to the running otbr-agent instance. The DBus API seems like a...
**Describe the bug** There seems to be a serious conflict between otbr-agent & systemd-networkd (from Ubuntu 21.04 on pi 4b) that causes failure of the infrastructure network on the BR....
fix the problem that the web page may get wrong results prefixed with "> ",the problem occurs when multiple commands are sent to otbr-agent continuously and quickly .
When we set up two OTBRs from scratch (non-docker) and configure them as BBRs for two different meshes, we are able to demonstrate 1.2 DUA connectivity between the two meshes....