abobija / esp-smartconfig-dart

EspTouch and EspTouchV2 implementations of SmartConfig provisioning protocols. Plain Dart. All platforms.
https://pub.dev/packages/esp_smartconfig
MIT License
46 stars 11 forks source link

It can working web, desktop? #1

Closed jpoh281 closed 3 years ago

jpoh281 commented 3 years ago

It can working web, desktop?

abobija commented 3 years ago

@jpoh281 yes it can work on any platform (including desktop), except runtime js (web), because browsers does not supports plain UDP protocol.

If you are going to test on desktop make sure that UDP port 18266 is open for incoming data

jpoh281 commented 3 years ago

OMG... I made this plugin https://pub.dev/packages/esptouch_smartconfig but yours is more awesome than mine! ! Good.

abobija commented 3 years ago

Thank you. If you found any bugs, issues or have request for library improvements, feel free to write me.

Best regards