thingsboard / thingsboard/thingsboard-python-client-sdk
Communication over proxy not supported
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 130
- Forks
- 86
- PR merge metrics
- No merged PRs in 30d
Description
Compared to the Client object from paho.mqtt.client , the TBDeviceMqttClient object does not support the function proxy_set to set a proxy server.
Workaround is:
tb_client = TBDeviceMqttClient(...)
tb_client._client.proxy_set(proxy_type=socks.HTTP, proxy_addr="...", proxy_port=...)
Could you please provide this feature in the right way.
Thanks
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the TBDeviceMqttClient implementation and how its underlying _client is configured. Compare that setup with paho.mqtt.client.proxy_set and the reported workaround; done means the public client supports configuring an HTTP proxy without reaching into _client, with coverage for the supported proxy settings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- api, networking
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100