libp2p / cpp-libp2p

C++17 implementation of libp2p
Apache License 2.0
346 stars 97 forks source link

Way to compile for embedded systems #210

Open rjjrbatarao opened 1 year ago

rjjrbatarao commented 1 year ago

Will there be any support for microcontrollers like esp32 in the future? I'm starting to build some peer to peer capable esp32 nodes though its hard for me as a novice developer to continue, the only working part so far using other libraries is the request and response from a stun server with my public ip and port.

abuvanth commented 3 months ago

Will there be any support for microcontrollers like esp32 in the future? I'm starting to build some peer to peer capable esp32 nodes though its hard for me as a novice developer to continue, the only working part so far using other libraries is the request and response from a stun server with my public ip and port.

https://docs.micropython.org/en/latest/develop/cmodules.html check this