mihai-dinculescu / tapo

Unofficial Tapo API Client. Works with TP-Link Tapo smart devices. Tested with light bulbs (L510, L520, L530, L610, L630), light strips (L900, L920, L930), plugs (P100, P105, P110, P115, P300), hubs (H100), switches (S200B) and sensors (KE100, T100, T110, T300, T310, T315).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[info] How can i use this in a windows C# Application.

rawatsaurabh opened this issue · comments

Hello ,
This is not an issue , but a request for info.
Is it possible to send the command to the tapo bulb over wifi from a C# application ? What modifications i have to do. .Please suggest.

It is possible, but it is quite an involved process.
You would have to call Rust code from C# using FFI. See https://github.com/Cysharp/csbindgen/