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

Reduce Username in MQTT Config to account for PKI overhead #637

Open
garthvh opened this issue Dec 18, 2024 · 1 comment
Open

Reduce Username in MQTT Config to account for PKI overhead #637

garthvh opened this issue Dec 18, 2024 · 1 comment
Assignees

Comments

@garthvh
Copy link
Member

garthvh commented Dec 18, 2024

When adding the PKI functionality it appears that we have not accounted for the extra overhead and have taken MQTT config over the packet size limit.

The map report config needs to be removed and we need to reduce the size of the username in order to get back under the packet size limit.

No config section should be larger than can be remotely administered.

@caveman99
Copy link
Member

for reference: current #define meshtastic_ModuleConfig_MQTTConfig_size 254

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

No branches or pull requests

3 participants