kevinhikaruevans/blackboard-esp32

Implement roundrobining sockets/remove hardcoded linkId

Opened this issue · 0 comments

Currently only link_id=1 is hardcoded.

The entire links/sockets needs to be refactored:

  • Socket/link receives needs to be completely independent of CIPSENDs. Maybe set the link id <-> callback mapping
  • Server receive gets messed up since they're not bound to a CIPSEND
  • Need to look up how cipmode/cipserver affects each other