Communication over proxy not supported
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 38/100
- Issue type
- Feature
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- python
- Domain
- api, networking
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.
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
- Dominant language
- Python
- Stars
- 130
- Forks
- 86
- PR merge metrics
- No merged PRs in 30d
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.
More from thingsboard/thingsboard-python-client-sdk
-
Add software OTA Openenhancement
Difficulty 3/5 1-2 days Newbie friendliness 48/100
-
verification
Difficulty 3/5 1-2 days Newbie friendliness 35/100
thingsboard/thingsboard-python-client-sdk#85 · 1 comment ·
-
enhancement
Difficulty 4/5 3-5 days Newbie friendliness 35/100
thingsboard/thingsboard-python-client-sdk#40 · 3 reactions ·
-
Roadmap Open
Difficulty 5/5 Over a week Newbie friendliness 25/100
thingsboard/thingsboard-python-client-sdk#19 · 1 comment ·
All issues in thingsboard/thingsboard-python-client-sdk
Similar issues
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 82/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
use-agent-os/agent-os#3314 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 75/100
BasedHardware/omi#15662 · 1 comment ·
-
documentation help wanted
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 62/100
AiursoftWeb/AnduinOS-2#19 ·