From 7eb604a20e70c8fd459b763fd3b8103a0b6da697 Mon Sep 17 00:00:00 2001 From: Triston Armstrong Date: Sat, 10 Apr 2021 18:57:41 +0700 Subject: [PATCH] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a512730..959084f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,9 @@ # sony_bravia_pro_display_mock_server A very crudely thrown together simple IP control enabled server that can be used to simulate interaction with a Sony Bravia display over TCP + +You can find the link to the Sony Bravia simple IP control documentation below +https://pro-bravia.sony.net/develop/integrate/ssip/overview/ + + +# NOTE +This is just a quick crude reproduction of the server running on the Sony Bravia display. I haven't optimized anything or cleaned up anything. If you have an issue with how I did it, do it yourself.