minishcap
Member
Howdy guys, I just put an order in for a Teensy 4.1 with an ethernet adapter, but I'm a little confused on which libraries I should be using/are supported when it arrives.
For example, I want to use websockets for communication, but can I just plug-and-play a library like https://github.com/Links2004/arduinoWebSockets for the Teensy; I don't see it listed as a supported board, but a lot of the information I see surrounding libraries say that if it runs on an Arduino it'll run on a Teensy?
I could use something like https://github.com/ssilverman/QNEthernet for UDP back and forth, but that will require more setup on my end - websockets would be preferable.
Other libraries for stuff I'm interested in like HID modes seem to have good compatibility, but I'm not sure about the above solutions.
Would appreciate any insight!
For example, I want to use websockets for communication, but can I just plug-and-play a library like https://github.com/Links2004/arduinoWebSockets for the Teensy; I don't see it listed as a supported board, but a lot of the information I see surrounding libraries say that if it runs on an Arduino it'll run on a Teensy?
I could use something like https://github.com/ssilverman/QNEthernet for UDP back and forth, but that will require more setup on my end - websockets would be preferable.
Other libraries for stuff I'm interested in like HID modes seem to have good compatibility, but I'm not sure about the above solutions.
Would appreciate any insight!