mirror of
https://github.com/python-kasa/python-kasa.git
synced 2024-12-22 03:03:35 +00:00
Add linkcheck to readthedocs CI (#1253)
This commit is contained in:
parent
a82ee56a27
commit
1eaae37c55
@ -6,6 +6,9 @@ build:
|
|||||||
os: ubuntu-22.04
|
os: ubuntu-22.04
|
||||||
tools:
|
tools:
|
||||||
python: "3"
|
python: "3"
|
||||||
|
jobs:
|
||||||
|
pre_build:
|
||||||
|
- python -m sphinx -b linkcheck docs/source/ $READTHEDOCS_OUTPUT/linkcheck
|
||||||
|
|
||||||
python:
|
python:
|
||||||
install:
|
install:
|
||||||
|
@ -211,7 +211,7 @@ See [supported devices in our documentation](SUPPORTED.md) for more detailed inf
|
|||||||
|
|
||||||
### Developer Resources
|
### Developer Resources
|
||||||
|
|
||||||
* [softScheck's github contains lot of information and wireshark dissector](https://github.com/softScheck/tplink-smartplug#wireshark-dissector)
|
* [softScheck's github contains lot of information and wireshark dissector](https://github.com/softScheck/tplink-smartplug)
|
||||||
* [TP-Link Smart Home Device Simulator](https://github.com/plasticrake/tplink-smarthome-simulator)
|
* [TP-Link Smart Home Device Simulator](https://github.com/plasticrake/tplink-smarthome-simulator)
|
||||||
* [Unofficial API documentation](https://github.com/plasticrake/tplink-smarthome-api)
|
* [Unofficial API documentation](https://github.com/plasticrake/tplink-smarthome-api)
|
||||||
* [Another unofficial API documentation](https://github.com/whitslack/kasa)
|
* [Another unofficial API documentation](https://github.com/whitslack/kasa)
|
||||||
|
@ -49,7 +49,7 @@ Note that this will perform state changes on the device.
|
|||||||
## Analyzing network captures
|
## Analyzing network captures
|
||||||
|
|
||||||
The simplest way to add support for a new device or to improve existing ones is to capture traffic between the mobile app and the device.
|
The simplest way to add support for a new device or to improve existing ones is to capture traffic between the mobile app and the device.
|
||||||
After capturing the traffic, you can either use the [softScheck's wireshark dissector](https://github.com/softScheck/tplink-smartplug#wireshark-dissector)
|
After capturing the traffic, you can either use the [softScheck's wireshark dissector](https://github.com/softScheck/tplink-smartplug)
|
||||||
or the `parse_pcap.py` script contained inside the `devtools` directory.
|
or the `parse_pcap.py` script contained inside the `devtools` directory.
|
||||||
Note, that this works currently only on kasa-branded devices which use port 9999 for communications.
|
Note, that this works currently only on kasa-branded devices which use port 9999 for communications.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user