Update README.md

This commit is contained in:
Triston Armstrong 2021-04-10 19:08:27 +07:00 committed by GitHub
parent 150416f345
commit c729d6d63f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,11 @@
# oppo_bdp_103_CLI # oppo_bdp_103_CLI
This is a basic cli used to interface with the Oppo Blu Ray Player model 103 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.