编写udp 客户端,将客户端随机数和密钥发送到 windows,windows 编写 udp server python 脚本,用于接收数据,并将数据写入 sslkey.log 文件 1#include <rtthread.h>2#include <stdio.h> 3 4#include <sys/socket.h> 5#include "netdb.h" 6 7static int port = 5000; 8 9void udpcli_send(char* ip, ...
笔者最近工作中一直用到 HTTPS,但是苦于 wireshark 只能抓取 HTTP 的明文数据包,无法抓取 HTTPS 的数据包,于是就有了这篇文章,在 RT-Thread 系统上,使用 wireshark 抓取 HTTPS 数据包. 简单介绍TLS1.2握手和协商过程 client hello 客户端向服务器发送 tls 版本,加密方式,客户端随机数等。 server hello 服务器端...
packages that provide developers with a choice of reusable packages that are an important part of the RT-Thread ecosystem. The package ecosystem is critical to the choice of an operating system because these packages are highly reusable and modular, making it easy for application developers to ...
基于socket API的MQTT客户端,以极少的资源实现qos2服务质量,并且实现mbedtls支持,此仓库是专门为RT-Thread做的软件包,原始仓库位于:https://github.com/jiejieTop/mqttclient - jiejieTop/kawaii-mqtt
只输出系统的包 adb shell pm list packages -3:只输出第三方的包 adb shell pm list packages -i:只输出包和安装信息(安装来源) adb shell pm list packages -u:只输出包和未安装包信息(安装来源) adb shell pm list packages --user <USER_ID>:根据用户id查询用户的空间的所有包,USER_ID代表当前连接...
所以就有了RT-FOTA的由来。 RT-FOTA兼容RTThread官方OTA的所有功能,为了与官方的RT-OTA作于区分,所以取名为RT-FOTA。 RT-FOTA的项目地址:https://gitee.com/spunky_973/rt-fota RT-FOTA可以直接使用在RT-Thread的完整版搭载,只需要将rt _ fota.c、rt _ fota.h和rt _ fota_crc.c放入工程中即可实现,然后...
Hi, headscratching here a bit. I suddenly can't update/upgrade Entware packages in amtm. I don't remember installing anything that would affect it on the...
enc=5csEFT809beWqwPaY9RPpQ%3D%3D.eGVaPFN5NcZau9vjRO%2F6Gmepco9RJIRXt7tbcQBzHmk%3D" rel="nofollow">Packagist.org</a> Packagist is the main Composer repository. It aggregates public PHP packages installable with Composer.</p></li> <li><p><a href="https://link.segmentfault.com/?
The "stm32" port requires an ARM compiler, arm-none-eabi-gcc, and associated bin-utils. For those using Arch Linux, you need arm-none-eabi-binutils, arm-none-eabi-gcc and arm-none-eabi-newlib packages. Otherwise, try here:https://launchpad.net/gcc-arm-embedded ...
if [ ! -f "sd.bin" ]; then dd if=/dev/zero of=sd.bin bs=1024 count=65536 fi qemu-system-arm -M vexpress-a9 -smp cpus=2 -kernel rtthread.bin -nographic -sd sd.bin -no-shutdown -no-quit -no-reboot 运行之后,同样在另一个控制台使用killall -9 qemu-system-arm退出,发现有的时候...