From c729d6d63fd6b4d49c59dbb99364f3077ec2a0a7 Mon Sep 17 00:00:00 2001 From: Triston Armstrong Date: Sat, 10 Apr 2021 19:08:27 +0700 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 8e936ad..b2fd5ce 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,11 @@ # oppo_bdp_103_CLI This is a basic cli used to interface with the Oppo Blu Ray Player model 103 + +Heres the protocol document for interfacing with the oppo bdp device +https://drive.google.com/file/d/1DTB7EDHV9UHFX7biYdfWC_5PFvB-XtI6/view + +# NOTE +This is not an optimized CLI. Im sure there are issues and to be frank, its just experimental code, but it helped me solve the problem at hand so I am uploading it. + +# How to use +When you run the cli, it will listen for a UDP broadcast message containing the local IP and PORT to connect to the device on via TCP. Then after that happens you can just send the commands found in the protocol document.