Coder Social home page Coder Social logo

Comments (3)

earlephilhower avatar earlephilhower commented on June 12, 2024

5 seconds is the internal timeout, so something somewhere is timing out. Unfortunately without an MCVE there's not much anyone but yourself can do.

There is a limited packet space present in the LWIP implementation (it needs to preallocate things since it runs in IRQ-level). You could try doubling it from 16k to 32k in lwipopts.h and rebuilding libpico.a and re-running your full app. If you're unable to rebuild and would like me to get you a test version of libpico.a, let me know.

from arduino-pico.

obdevel avatar obdevel commented on June 12, 2024

Thanks. I have discovered the availableForWrite() method which should allow me to preempt this and back off. Initial testing shows it works mostly, with only one instance so far where it reported space but the write still failed.

At this stage, I'm trying to find the limits of capacity and throughput so I can set reasonable expectations. I may take up your kind offer but I also need to consider other people in my group who may want to use this code. Requiring them to patch the core would not be ideal.

I will also try to create an MCVE but even in reduced form it would be fairly large. And it would require multiple Picos, although for load testing I have a program running on my Mac.

from arduino-pico.

obdevel avatar obdevel commented on June 12, 2024

I have been experimenting with UDP broadcasts as an alternative to writing the same data to multiple client TCP sockets. It works well and gets around the buffer starvation problem.

I have learned that the iPhone personal hotspot doesn't support UDP broadcasts ... sigh. All useful knowledge.

I'll close this issue and reopen if required. Thanks again.

from arduino-pico.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.