2

I was looking for a websocket server for my MKR1000 but nothing I found works.

I tried all the libraries that come with Arduino but half of those don't compile on the MKR1000 and those that do it don't work at all.

Your help would be greatly appreciated!

ocrdu
  • 1,795
  • 3
  • 12
  • 24

1 Answers1

0

This relatively simple one has always worked for me on several Arduinos (but I haven't tried it on the MKR1000 specifically):

https://github.com/morrissinger/ESP8266-Websocket

I have forked it and made some changes, but nothing fundamental:

https://github.com/ocrdu/NINA-Websocket

Have a go; it will probably work for you. Note that it works on more Arduinos than the name suggests; it's quite universal.

ocrdu
  • 1,795
  • 3
  • 12
  • 24