MySensors icon indicating copy to clipboard operation
MySensors copied to clipboard

Bridge transport implementation

Open lukfi opened this issue 4 years ago • 0 comments

I have implemented a new type of gateway transport for devices (Yún) that use Bridge library (https://www.arduino.cc/en/Reference/YunBridgeLibrary) for ethernet communication. I added a new define - MY_GATEWAY_BRIDGE - which enables the bridge communication. I have tested the changes in my local environment (I use seeeduino cloud) and didn't find any issues. The bridge transport works in server mode, in future it can be extended to support client mode.

lukfi avatar Aug 24 '21 19:08 lukfi