【rt-thread】网络组件

网络组件组成

  文件 <net_sockets.c> 为兼容标准 BSD Socket API

  文件 <sal_socket.c> 为网络中间抽象层

  文件 <at_socket.c> 为底层实际使用的网络设备接口

 

调用关系

  Application ---> net_socket ---> sal_socket ---> at_socket

  

  

posted @ 2019-02-23 18:07  壹点灵异  阅读(680)  评论(0编辑  收藏  举报