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

ftp read/write sizes #3086

Open
tridge opened this issue Mar 26, 2023 · 0 comments
Open

ftp read/write sizes #3086

tridge opened this issue Mar 26, 2023 · 0 comments

Comments

@tridge
Copy link
Contributor

tridge commented Mar 26, 2023

The MissionPlanner ftp code uses read and write sizes of 239, which is the maximum that the protocol supports.
MAVProxy until recently used 110 as SiK radios performed badly with over that size due to radio packet fragmentation.
I just tested RFD900x with MultiPoint firmware 3.0 and found that it can't ftp the parameters at all if you use a burst read size over 80, and for file upload 80 also seems to be the limit
I've opened a PR for MAVProxy to change the defaults to 80:
ArduPilot/MAVProxy#1170
I think we need to test MissionPlanner with RFD900x MultiPoint (we can do that at the conference) and see if we should also change MissionPlanner defaults to 80
It makes a surprisingly small difference in download speed

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

1 participant