{"id":26826985,"url":"https://github.com/anon767/stm32f7https","last_synced_at":"2025-10-11T13:32:49.494Z","repository":{"id":105958773,"uuid":"218120515","full_name":"anon767/STM32F7HTTPS","owner":"anon767","description":"A simple HTTPS Client for STM32F7","archived":false,"fork":false,"pushed_at":"2019-10-28T21:07:38.000Z","size":916,"stargazers_count":7,"open_issues_count":0,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-01T01:26:42.882Z","etag":null,"topics":["dhcp","freertos","https-client","lwip","mbedtls","mcu","stm32","stm32f7","stm32f746g-discovery"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/anon767.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-28T18:43:30.000Z","updated_at":"2025-04-21T18:32:25.000Z","dependencies_parsed_at":"2023-03-13T14:42:59.557Z","dependency_job_id":null,"html_url":"https://github.com/anon767/STM32F7HTTPS","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anon767/STM32F7HTTPS","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anon767%2FSTM32F7HTTPS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anon767%2FSTM32F7HTTPS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anon767%2FSTM32F7HTTPS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anon767%2FSTM32F7HTTPS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anon767","download_url":"https://codeload.github.com/anon767/STM32F7HTTPS/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anon767%2FSTM32F7HTTPS/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007339,"owners_count":26084282,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dhcp","freertos","https-client","lwip","mbedtls","mcu","stm32","stm32f7","stm32f746g-discovery"],"created_at":"2025-03-30T11:31:54.767Z","updated_at":"2025-10-11T13:32:49.470Z","avatar_url":"https://github.com/anon767.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# STM32F7HTTPS\n\nThis is a simple HTTPS Client for the STM32F7 MCU by ST.\nFor some reasons there is no sample mbedtls client/server project included for this Controller ... hence this project.\nTested with the STM32F746NG Discovery Kit (no crypto hardware acceleration :( ).\nBasic Features:\n\n- mbedtls\n- threaded by freertos\n- list of ca's\n- DHCP w/ Lwip\n- simple https GET request\n- Lcd Display Log\n\n# IDE\n\nI used the ST System Workbench (just import the SW4STM32 Directory) but you can import it with a variety of Editors\n\n# Usage\n\n1. Set up simple https server\n```\nopenssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout key.pem -out cert.pem\necho \"success!!\" \u003e test.html\nopenssl s_server -key key.pem -cert cert.pem -accept 44330 -WWW\n```\n\n2. adjust main.h\n\nreplace SERVER_NAME with your IP address\n\n3. Compile and Flash your MCU\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanon767%2Fstm32f7https","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanon767%2Fstm32f7https","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanon767%2Fstm32f7https/lists"}