Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 663 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 663 Bytes

WebOS-Discover-Csharp

This program is a very simple. It's a program to discover lg tvs, based of the python package pywebostv using https://github.com/captainjono/RSSDP

NuGet Badge

Supported Platforms

Net 5.0

GitHub license

How to use it

It may take a while to load

To include it use :

using webos_discovery;

To get the ips

// Get the ips
var ips = new Webos().find_devices();