NativeEthernet and WebSocket

gonzales

Well-known member
Hi all!
I am trying to use libraries NativeEthernet and WebSocket for Teensy 4.1. I can't get them to work together.
In attachment my test scetch and WebSocket library.
It work fine with Ethernet.h and SPI Ethernet card W500, but not with NativeEthernet.h.
To use test scetch upload it to Teensy 4.1, then go to http://<ip>:8006, you see index.h. But CONNECT button not work properly.
I understand that the problem is in the library NativeEthernet.h, but my knowledge is not enough to solve it.
Please, help me!!
 

Attachments

  • websocket_v2.zip
    79 KB · Views: 18
I would suggest that you use QNEthernet.
NativeEthernet is old and no longer supported by it's Author.
QNEthernet is newer and actively supported by it's Author.
 
Back
Top