Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Technical Question] Issue with idle data consumption. #1201

Open
lukev2c opened this issue Dec 9, 2024 · 0 comments
Open

[Technical Question] Issue with idle data consumption. #1201

lukev2c opened this issue Dec 9, 2024 · 0 comments
Labels

Comments

@lukev2c
Copy link

lukev2c commented Dec 9, 2024

Context

OS info: Raspbian GNU/Linux 11 (bullseye)
Python version: Python 3.9.2
pip version: pip 20.3.4
version taken from requirements.txt: azure-iot-device==2.12.0

Description

In our product we use the azure-iot-device and recently we've been selling our product with a sim card and with this we have a need to reduce our data consumption to a minimum.

We experimented with a whole lot of different configurations that the library allows us like for example changing if the connection uses websockets or not among other things and, regardless of what we do, there is a daily consumption of around 3mb. It seems like a lot. We have analyzed the traffic and there's a packet that is sent every 10 seconds and another different kind that is sent every 30 seconds. We haven't been able to change anything in the library to modify this behavior. Here are some screenshots of our analyzed traffic.

Image
Image

So is there a way we can reduce this data consumption? Is there a solution to this? Any help would be appreciated.

Thanks in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant