Port of TI's CC3100 Websock camera demo. Using FreeRTOS, mbedTLS, also parts of Arducam for cams ov5642 and 0v2640. Can also use MT9D111. Work in progress. Be warned some parts maybe a bit flacky. This is for Seeed Arch max only, for an M3, see the demo for CM3 using the 0v5642 aducam mini.

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

md_context_t Struct Reference

md_context_t Struct Reference

Generic message digest context. More...

#include <md.h>

Data Fields

const md_info_tmd_info
 Information about the associated message digest.
void * md_ctx
 Digest-specific context.

Detailed Description

Generic message digest context.

Definition at line 129 of file md.h.


Field Documentation

void* md_ctx

Digest-specific context.

Definition at line 134 of file md.h.

Information about the associated message digest.

Definition at line 131 of file md.h.