Unofficial TP-Link Lib to Read and Send SMS with TP-Link Archer MR600.
Based on projects :
using FrApp42.TPLink;
...
Client client = new Client(url, username, password);
client.Send("0606060606", $"Hello {DateTime.Now}");
Unofficial TP-Link Lib to Read and Send SMS with TP-Link Archer MR600.
Based on projects :
using FrApp42.TPLink;
...
Client client = new Client(url, username, password);
client.Send("0606060606", $"Hello {DateTime.Now}");