Coder Social home page Coder Social logo

anon767 / stm32f7https Goto Github PK

View Code? Open in Web Editor NEW
5.0 2.0 5.0 916 KB

A simple HTTPS Client for STM32F7

Assembly 2.17% HTML 0.26% C 94.96% CMake 0.22% Tcl 0.01% Makefile 0.08% C++ 2.31%
stm32f7 stm32f746g-discovery stm32 https-client mbedtls freertos lwip dhcp mcu

stm32f7https's Introduction

STM32F7HTTPS

This is a simple HTTPS Client for the STM32F7 MCU by ST. For some reasons there is no sample mbedtls client/server project included for this Controller ... hence this project. Tested with the STM32F746NG Discovery Kit (no crypto hardware acceleration :( ). Basic Features:

  • mbedtls
  • threaded by freertos
  • list of ca's
  • DHCP w/ Lwip
  • simple https GET request
  • Lcd Display Log

IDE

I used the ST System Workbench (just import the SW4STM32 Directory) but you can import it with a variety of Editors

Usage

  1. Set up simple https server
openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout key.pem -out cert.pem
echo "success!!" > test.html
openssl s_server -key key.pem -cert cert.pem -accept 44330 -WWW
  1. adjust main.h

replace SERVER_NAME with your IP address

  1. Compile and Flash your MCU

stm32f7https's People

Contributors

anon767 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.