0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Jul 13, 2024 — Jul 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
tidy up the folder More... almost 15 years ago
Fixed verification of websocket upgrade Closes #4 More... almost 15 years ago
removed hard coding of ip address Closes #5 More... almost 15 years ago
revised readme More... almost 15 years ago
More tidying More... almost 15 years ago
fixed actions example with quick hack while I fix the reciving bit More... almost 15 years ago
fixed example file includes More... almost 15 years ago
fixed example file More... almost 15 years ago
Updated the jquery library More... almost 15 years ago
updated header to be compatible with draft-hixie-thewebsocketprotocol-75 More... almost 15 years ago
commented out getChars to allow compilation with the new string lib More... almost 15 years ago
added spi lib import to support 0019 ethernet library More... almost 15 years ago
change append to match new 0019 arduino string lib More... almost 15 years ago
Timeout now checks connection after the allotted time to see if a user is still connected rather than disconnecting regardless. More... over 15 years ago
Tweaked README More... over 15 years ago
Minor code cleanup. More... over 15 years ago
Oops. Forgot to update demo example. More... over 15 years ago
Added ability to create actions that respond to client input. Demo also included that works with the example HTML file. More... over 15 years ago
Ugh. Formatting. More... over 15 years ago
Fixed up readme, improved demo, added demo HTML page. More... over 15 years ago
Renamed TODO to README to give people something to work with. More... over 15 years ago
OCD More... over 15 years ago
Removed unused variables and unnecessary comments. More... over 15 years ago
Added BUFFER instead of explicitly setting bufferLength in code. SocketServer.h removed (simply a reference file). More... over 15 years ago
Code cleanup and copyright update. More... over 15 years ago
Removed old Webduino examples from copied directory. More... over 15 years ago
Example uploaded as well as makinf debugging more efficient. More... over 15 years ago
Everything works fairly well aside from a couple of bugs. Timeout detection has been added. More... over 15 years ago
Working copy of websockets! Need to put a timeout on the connection so that the shield does not need a reset every time a user disconnects themselves. More... over 15 years ago
Created WebSocket.h to be a cleaner, stripped down version of SocketServer.h. Currently only allows a user to connect (and then be disconnected immediately. More... over 15 years ago