initial commit

This commit is contained in:
lemonsh
2023-04-29 13:18:07 +02:00
commit 9e929d1bae
10 changed files with 229 additions and 0 deletions

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# connectbox-rs
API client library for the Compal CH7465CE, which is a cable modem provided by various European ISPs under the name Connect Box.
For more information, see the crate documentation.
### Credits
Special thanks to the authors of the following projects:
* [home-assistant-ecosystem/python-connect-box](https://github.com/home-assistant-ecosystem/python-connect-box)
* [ties/compal_CH7465LG_py](https://github.com/ties/compal_CH7465LG_py)
They have saved me from hours of reverse engineering work.