Open roger- opened 2 weeks ago
Hi. Would be great if you could add them to this client. Their interfaces should be compatible with https://github.com/AlexandrErohin/TP-Link-Archer-C6U/blob/main/tplinkrouterc6u/client.py#L21
Sure, I'll take a look when I have more time.
BTW have you thought about async support?
I prefer to make this client as simple as possible to use. Async making more complex to use. If someone needs it - he always can asyncio.run . Using async inside the client is not necessary as router can process only one request per time
@roger- Hi I have updated the instruction. Please check the client examples https://github.com/AlexandrErohin/TP-Link-Archer-C6U/blob/main/CONTRIBUTING.md
Thanks for this library!
If it's any help as a reference, I wrote some interfaces for these older routers a while ago:
Added the code here.