-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
期望支持iot 系统 #20
Labels
help wanted
Extra attention is needed
Comments
helintongh
added a commit
to helintongh/xfrpc
that referenced
this issue
Jan 9, 2023
build xfrpc by build-in static library. Possible solution for [liudf0716#17](liudf0716#17) and [liudf0716#20](liudf0716#20)
helintongh
added a commit
to helintongh/xfrpc
that referenced
this issue
Jan 9, 2023
build xfrpc by build-in static library. Possible solution for [liudf0716#17](liudf0716#17) and [liudf0716#20](liudf0716#20) Signed-off-by: helintongh <[email protected]>
liudf0716
pushed a commit
that referenced
this issue
Jan 9, 2023
build xfrpc by build-in static library. Possible solution for [#17](#17) and [#20](#20) Signed-off-by: helintongh <[email protected]>
Now,xfrpc support static library complie.In theory, it can support running on iot devices if the device is x86 architecture. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
iot系统大部分是rtos,采用c编程,如freertos、contiki、Alios Things、Huawei LiteOS、RT-Thread,跑是轻量tcp/ip协议栈如lwip/uip,基本兼容linux 标准socket api。看了下xfrpc的代码,目前只支持linux,代码socket采用libevent并柔和在代码中,若想支持iot系统,必须把这部分抽象出来重构,其他小改即可支持
另外考虑下场景应用,iot产品大部分是低速率通信,frp协议是否适用
The text was updated successfully, but these errors were encountered: