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).
MIT License
313 stars 30 forks source link

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

Closed rawatsaurabh closed 2 months ago

rawatsaurabh commented 2 months ago

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.

mihai-dinculescu commented 2 months ago

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/