# Boppo WebSocket Library for Rust [![Docs Passing]][docs.rs] [![Latest Version]][crates.io]
WebSocket client library for the [Boppo Tablet](https://developer.boppo.com/)
for off-device programmable activities and control.
## Getting Started
There are two examples in the examples/ directory.
The [boppo CLI](https://github.com/boppofun/boppo_cli) can help to discover
and pair your tablet (e.g. "boppo wifi discover"). You can get the password
by running "boppo devices get" after pairing.
To get started developing on Boppo read our
[developer documentation](https://developer.boppo.com/).
## License
This project is licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
[Latest Version]: https://img.shields.io/crates/v/boppo_websocket.svg
[crates.io]: https://crates.io/crates/boppo_websocket
[Docs Passing]: https://img.shields.io/docsrs/boppo_websocket.svg
[docs.rs]: https://docs.rs/boppo_websocket