Skip to content

robojay/Socket.io-v1.x-Library

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hacked up Socket.io library Original from: https://github.com/washo4evr/Socket.io-v1.x-Library

Not attempting to make these changes integratable back to the master...

===

Socket.io-v1.x-Library

Socket.io Library for Arduino

Works with W5100 & ENC28J60 as well as ESP8266

Library will not work when the ESP8266 is being driven by a Uno

Support for JSON was added using https://github.com/bblanchon/ArduinoJson Users will need to download the library directly from this link and install it.

Instead of using client.send, you can now use client.sendJSON

thanks to funkyguy4000, users can now use #define ESP8266, #define W5100 or #define ENC28J60 no need to edit socketio.h anymore

REST API added : getREST(path), postREST(path, type, data), putREST(path, type, data), deleteREST(path) headers are not yet handled, soon

incoming messages can now be longer than 125 bytes (at least up to 255 bytes) will do more testing and edit if necessary

thank you all for your patience

About

Socket.io Library for Arduino

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%