openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
A
arduino-ESP8266
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 19, 2023 — Jan 19, 2024
Showing page 1 of 2
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
SSL support added
Petr Stehlík
More...
almost 9 years ago
cleaned up
Petr Stehlík
More...
almost 9 years ago
Fundamental improvement: ESP8266Client is now returned as an object, not a pointer. This makes it compatible with code using Arduino Ethernet and WiFi classes. Saves 856 bytes of flash and 126 bytes of RAM!
Petr Stehlík
More...
almost 9 years ago
override println() as well, and fix other print() overloads
Petr Stehlík
More...
almost 9 years ago
more modular SmartConfig support
Petr Stehlík
More...
over 9 years ago
SmartConfig support implemented
Petr Stehlík
More...
over 9 years ago
README updated
Petr Stehlík
More...
over 9 years ago
RTS/CTS HW handshaking support added
Petr Stehlík
More...
over 9 years ago
ESP8266Server added, for compatibility with Arduino Ethernet library
Petr Stehlík
More...
over 9 years ago
special FlashStringHelper version of 'send' and 'print' allows for sending a string of characters directly from flash memory (instead of sending each byte separately which breaks the communication with ESP8266 completely)
Petr Stehlík
More...
over 9 years ago
'send' optimized
Petr Stehlík
More...
over 9 years ago
get rid of the last 'String', I can't stand them
Petr Stehlík
More...
over 9 years ago
get rid of debugging - it corrupts received data!
Petr Stehlík
More...
over 9 years ago
Updated for AT command set v0.30 (SDK v1.2.0)
Petr Stehlík
More...
over 9 years ago
parseHex optimized
Petr Stehlík
More...
over 9 years ago
get rid of 'String'
Petr Stehlík
More...
over 9 years ago
Merge pull request #1 from taoyuan/master
Petr Stehlík
More...
over 9 years ago
fixed a stupid error!
taoyuan
More...
almost 10 years ago
Fixed some error in read
taoyuan
More...
about 10 years ago
Fix mixed ip data issue.
taoyuan
More...
about 10 years ago
Added busy status
taoyuan
More...
about 10 years ago
Merge pull request #13 from jonathanchristison/master
Antoine Bertin
More...
about 10 years ago
Dont send null terminator
Jonathan Christison
More...
about 10 years ago
Calcuate string/char array size correctly
Jonathan Christison
More...
about 10 years ago
Merge pull request #10 from jonathanchristison/master
Antoine Bertin
More...
about 10 years ago
Readd the SINGLE_CLIENT send functions
Jonathan Christison
More...
about 10 years ago
Replace const char with generic send and send array type, allows sending raw objects and primitives
Jonathan Christison
More...
about 10 years ago
Fix timeout
Diaoul
More...
about 10 years ago
Update constructors and begin methods
Diaoul
More...
about 10 years ago
Merge branch 'master' of github.com:Diaoul/arduino-ESP8266
Diaoul
More...
about 10 years ago
←
1
2
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree