Conversation
|
Sorry about the radio silence! I will have a look at it as soon as I get a few minutes and get back to you. |
|
ping |
|
@twocolors Do you more details on the JSON API or a sample client ? I was trying to see if it can solve this issue #649 and our use case with Homebridge where it is very slow ? |
|
@NorthernMan54 while there is no more information, I'm waiting for @postlund to look at the code and say a comment. But the main idea is to manage ATV by GET/WS Perhaps this will help in solving your problem because there will always be a connection |
|
Not being a python person, I did get it running, and was able to scan my devices, but couldn’t get connect to work, as i couldn’t figure out the credentials. I had figured you must have something I could use to see if it works. |
Hello, this is a simple example of a JSON API server, it will be useful if you have services in Docker and want to communicate between services (Docker)
As an example, when a Node-Red is in the docker and you need to work with pyatv
Added here (send pull request), maybe someone will help to make it better or correct errors
Thank you