SSLClient/library.properties

10 lines
528 B
Properties
Raw Normal View History

name=SSLClient
2019-04-01 21:56:50 +02:00
version=1.0
author=Noah Koontz <koontzn@oregonstate.edu>
maintainer=OPEnS Lab
sentence=Arduino library to add SSL functionality to any Client class
2019-04-01 21:56:50 +02:00
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
url=https://github.com/OPEnSLab-OSU/SSLClient
2019-04-01 21:56:50 +02:00
architectures=samd
includes=SSLClient.h