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

How to send characteristic values longer than the MTU #17

Open
junmilreyso opened this issue Feb 20, 2019 · 1 comment
Open

How to send characteristic values longer than the MTU #17

junmilreyso opened this issue Feb 20, 2019 · 1 comment

Comments

@junmilreyso
Copy link

Hi,

I tried to create a 700-character long string and read it from a Xiaomi Android phone, but I only get 512 digits. I assume this is the agreed MTU size between the Android phone and my Ubuntu laptop running the gobbledegook standalone server.

Does the library support sending longer than the MTU size if it is indeed the cause of the trimmed value I received?

@imod-dev
Copy link

imod-dev commented Dec 7, 2020

as my experience, I'd like to split a large package into multiple small packages.
so that you can send out any length package as you like.

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

2 participants