c - Arduino Due HTTPS Support -


in previous versions of arduino, limiting 8-bit microcontroller board, seems implementing https (not merely http) impossible. newer version of arduino due provides 32-bit arm core - see spec here.

i tried check several network libraries (libcurl, openssl, yassl), didn't find ported work arduino due.

openssl heavy able run on processor, believe yassl embedded library should possible do.

do have information of library can use trigger https requests on arduino due?

unfortunately long comment.

no out of box solution

from have gathered, there no straightforward solution webserver running on atmel sam3x8e arm cortex-m3 cpu outputs https out of box. texas intstruments provides better options @ moment using boards equipped stellaris microcontroller arm cortex-m3 cpu.

► alternative

there several options available render cryptographic functions, based upon 1 lay out , implement simple secure communication protocol communicates intermediary device, in turn facilitates rapid application development , ssl.

this intermediary device, instance off-the-shelf 70$ android smartphone keeps project mobile , connected, runs service on specified port in turn communicates amazon sqs. available. may sound ugly or tough, easier doing programmatic groundwork webserver full tls 3 support on arduino. given proper motivation latter may easy, not if 1 wants fast pragmatic solution one's own project.

cryptographic libraries

discussions

following list of discussions started:

many of these libraries still need adapted, community experts can quickly.

good luck! if @ liberty upload final project github gained , follower.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -