Secure IoT command sending (Arduino Server). There are many ways to secure and authenticate a networking communication, but not all solutions will run on a microcontroller, where processing power and memory is a scarce resource.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
578 B

5 years ago
name=Ethernet2
version=1.0.4
author=Various
maintainer=Adafruit <info@adafruit.com>
sentence=Enables network connection (local and Internet) using W5500 based Ethernet shields.
paragraph=With this library you can use W5500 based Ethernet shields, such as the 'Arduino Ethernet Shield v2' to connect to Internet, but not older W5100 based shields. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS.
category=Communication
url=https://github.com/adafruit/Ethernet2
architectures=*