mirage-esp32-samples:在ESP32设备上运行的一些示例Unikernel

时间:2024-05-31 14:09:19
【文件属性】:

文件名称:mirage-esp32-samples:在ESP32设备上运行的一些示例Unikernel

文件大小:7KB

文件格式:ZIP

更新时间:2024-05-31 14:09:19

OCaml

ESP32芯片的Mirage unikernel示例! 什么 你好,世界 打印“你好!” 每秒演示最基本的Mirage单核。 ap_dhcp 该unikernel创建了一个wifi接入点,最多可以连接4个设备(ESP32驱动程序限制)。 它嵌入charrua DHCP服务器以将IP分配给工作站。 lcd_wifi_demo 这个unikernel做很多事情,是为具有LCD显示屏的ESP WROVER KIT板设计的。 连接到指定的wifi接入点。 通过DHCP获取IP。 从IP /端口下载位图图片。 在液晶显示屏上显示图像。 托管一个TCP服务器,该服务器侦听在屏幕上移动图片的命令。 如何 这仍然是实验性的,但是我做了很多工作以使过程尽可能简单。 为esp32软件包添加我的自定义opam存储库: opam repo add esp32-git https://github.


【文件预览】:
mirage-esp32-samples-master
----lcd_wifi_demo()
--------config.ml(213B)
--------unikernel.ml(7KB)
----hello_world()
--------config.ml(157B)
--------unikernel.ml(307B)
----ap_dhcp()
--------config.ml(330B)
--------unikernel.ml(4KB)
----README.md(2KB)

网友评论