Skip to content
#

china

Here are 353 public repositories matching this topic...

biansf2001
biansf2001 commented Nov 21, 2017

因为要使用rtt+emwin,在emwin532版本里,GUI_X_OS.c是和os的接口,在rtconfig.h里打开#define RT_USING_CMSIS_OS后,编译出了几条错误,如下
cmsis_rtthread.c
Error[Pe167]: argument of type "os_pthread" is incompatible with parameter of type "void (*)(void *)" \RTThread\rt-thread-v2.1.x\components\CMSIS\RTOS\cmsis_rtthread.c 33
Warning[Pe188]: enumerated type mixed with another type \RTThread\rt-thread-v2.1.x\components\CMSIS\RTOS\cm

TheWanderingCoel
TheWanderingCoel commented Mar 10, 2020

本人最近时间有点紧,加上最近身体有些问题。想着issue太多看了就有点遭不住了就archive了。想了好久还是unarchive了这个项目。接下来这个项目会更新的比较缓慢,但是不会停更。。你们的每个issue我都有看,感谢大家一如既往的支持。本项目将不会接受捐赠并且开源。下载前请验证checksum是否一致。

josh-chan
josh-chan commented Apr 29, 2020

简单看了一下代码,发现 ssl 自动那个不太自动。
是否可以实现像 caddy 那样的?提供域名就行,启动caddy后就自动获取证书了。

好像有些难度,我不了解 trojan 协议,能否这样改:

用 http 监听端口,用 certmagic 或者 autocert 获取证书,然后在 http.Handler 里面 hijack 拿到 connection, 再处理 trojan 协议。
这样再外层就是一个 http server, 不是现在的 trojan tcp server. 不知道是否可行。
@p4gefau1t

Improve this page

Add a description, image, and links to the china topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the china topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.