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.

33 lines
700 B

5 years ago
---------------
DHCP.cpp
// DHCP Library v0.3 - April 25, 2009
// Author: Jordan Terrell - blog.jordanterrell.com
---------------
DNS.cpp
// Arduino DNS client for WizNet5100-based Ethernet shield
// (c) Copyright 2009-2010 MCQN Ltd.
// Released under Apache License, version 2.0
---------------
Ethernet2:
modified 12 Aug 2013
by Soohwan Kim (suhwan@wiznet.co.kr)
---------------
UDP.cpp: bjoern@cs.stanford.edu 12/30/2008
---------------
Twitter.cpp - Arduino library to Post messages to Twitter using OAuth.
Copyright (c) NeoCat 2010-2011. All right reserved.
---------------
Wiz5500.cpp
Copyright (c) 2010 by WIZnet <support@wiznet.co.kr>
--------------
Various by Arduino.org team