Hi. There seems to be an issue when using a TCP and UDP server at the same time. Not sure is this is a known limitation, or a bug... I found it by mistake. I have an application that used a TCP...
Type: Posts; User: tarquinio
Hi. There seems to be an issue when using a TCP and UDP server at the same time. Not sure is this is a known limitation, or a bug... I found it by mistake. I have an application that used a TCP...
Note what I mentioned previously also... I had do increase the UDP_TX_PACKET_MAX_SIZE constant in the file NativeEthernet.h. The original value on the file was around 30 or something like that. And...
Hey bamos.
I'm currently also doing a project with teensy 4.1 and led strips controlled via UDP direct messages. I am controlling 300 RGB leds using the octows2811 library and sending UDP messages...
Ok I will need to check that out. Thank you for your feedback. :)
Oh right sorry wrote so much stuff and forgot to specify the protocol. It's using TCP. The sketch is basically the ChatServer from the examples, and when a client connects and writes something the...
Hey. First of all, thank you for the great work on this library. :)
In last few days I have been trying to port a webserver library I made ages ago to work with this new library. I got it working...