updated arduino library metadata

This commit is contained in:
Noah Laptop 2019-04-01 12:56:50 -07:00
parent d3d625e328
commit 6258af2c4b
2 changed files with 37 additions and 3 deletions

View file

@ -0,0 +1,33 @@
# DataTypes
SSLClient KEYWORD1
# Methods and Functions
connect KEYWORD2
write KEYWORD2
available KEYWORD2
read KEYWORD2
peek KEYWORD2
flush KEYWORD2
stop KEYWORD2
connected KEYWORD2
remoteIP KEYWORD2
remotePort KEYWORD2
localPort KEYWORD2
setTimeout KEYWORD2
getClient KEYWORD2
# Constants and Literals
SSL_OK LITERAL1
SSL_CLIENT_CONNECT_FAIL LITERAL1
SSL_BR_CONNECT_FAIL LITERAL1
SSL_CLIENT_WRTIE_ERROR LITERAL1
SSL_BR_WRITE_ERROR LITERAL1
SSL_INTERNAL_ERROR LITERAL1
SSL_OUT_OF_MEMORY LITERAL1
SSL_NONE LITERAL1
SSL_ERROR LITERAL1
SSL_WARN LITERAL1
SSL_INFO LITERAL1

View file

@ -1,9 +1,10 @@
name=SSLClient name=SSLClient
version=0.1 version=1.0
author=OPEnS Lab author=Noah Koontz <koontzn@oregonstate.edu>
maintainer=OPEnS Lab maintainer=OPEnS Lab
sentence=Arduino library to add SSL functionality to any Client class sentence=Arduino library to add SSL functionality to any Client class
paragraph=Uses BearSSL to communicate over SSL. paragraph=including the Arduino EthernetClient and WiFiClient classes (though it is better to prefer WiFClient.connectSSL if implemented). In other words, SSLClient implements encrypted communication through SSL on devices that do not otherwise support it.
category=Communication category=Communication
url=https://github.com/OPEnSLab-OSU/SSLClient url=https://github.com/OPEnSLab-OSU/SSLClient
architectures=samd
includes=SSLClient.h includes=SSLClient.h