Skip to content

Tostapunk/bravia-api-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

bravia-api-rs

github crates.io docs.rs build status
Rust wrapper for Sony Bravia APIs.
This project is unofficial and not related in any way to Sony.

Usage

Add the following to your Cargo.toml:

[dependencies]
bravia_api = "0.1"

Then you can use it like this:

let bravia = Bravia::new("ADDRESS", Some("PASSWORD")).await?;

bravia.service_name().api_name().await?;

where:

  • "ADDRESS" is the address of your server
  • "PASSWORD" is optional and only needed when the authentication level is not "None"

License

Licensed under either of Apache License, Version 2.0 or MIT license at your option.

About

Rust wrapper for Sony Bravia APIs

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages