I'm looking for solution for IoT P2P client , I hava found that linjingle is used in andriod sdk , but how to compile owt's P2P client for IoT device which use FreeRTOS ?
我在寻找IoT环境下的 P2P 客户端,我发现安卓SDK里面用的是linjingle P2P 库,对于使用FreeRTOS操作系统的IoT设备,要怎么编译owt 的P2P 客户端呢?
Link Copied
A server is most probably required in both cases. The internet provider usually blocks new incoming connections.
I think libjingle is a open-source project from google. As for how to integrate this library in FreeRTOS, freertos forum would be a better place to check if anyone is working on such a porting task.
For more complete information about compiler optimizations, see our Optimization Notice.