openshwprojects / OpenBK7231T_App

Open source firmware (Tasmota/Esphome replacement) for BK7231T, BK7231N, BL2028N, T34, XR809, W800/W801, W600/W601 and BL602
https://openbekeniot.github.io/webapp/devicesList.html
1.33k stars 226 forks source link

TODO: implement and test SSDP on other platforms #383

Open btsimonh opened 1 year ago

btsimonh commented 1 year ago

Currently, for platforms other than BK, C files need to be added to the makefile.

We need some help from someone actively using the other platforms to confirm that if drivers/DRV_SSDP.c is added, and 'startdriver SSDP' is run, that the device appears in Windows networking in 'Other Devices'.

once confirmed, the makefile changes can be committed....

ataa commented 1 year ago

I tried to activate it on BL602:


Info:MAIN:Driver SSDP is not known in this build.
Info:MAIN:Available drivers:
Info:MAIN:TuyaMCU
Info:MAIN:, tmSensor
Info:MAIN:, NTP
Info:MAIN:, TESTPOWER
Info:MAIN:, TESTLED
Info:MAIN:, HTTPButtons
Info:MAIN:, BL0942
Info:MAIN:, BL0937
Info:MAIN:, CSE7766
Info:MAIN:, DDP
Info:MAIN:, SM2135
Info:MAIN:, BP5758D
Info:MAIN:, BP1658CJ
Info:MAIN:, SM2235
Info:MAIN:, Bridge 
openshwprojects commented 1 year ago

@ataa for SSDP , one must do that: https://github.com/openshwprojects/OpenBK7231T/commit/b0f232db5f17b3ac558580767a677f2a2ee6d488 I can try to add it to BL602, waaait...

openshwprojects commented 1 year ago

ok it works on bl602

ataa commented 1 year ago

Thanks, it is working.