Sock_stream in Lopy ?
-
hello, I am wondering if we can use sock_stream in the lopy. Most of the examples on pycom website shows the usage of a AF_LoRa socket.
-
@snehasg96 Not without significant development effort. And honestly you would not want to. Lora just isnt setup for that kind of two way comm's without a ton of latency and bandwith issues.
-
@paul-thornton Thanks for the direction. Just to clarify, TCP sockets cannot be run on top of LoRa right?
-
Hey,
Yes you can :) Take a look here for more info: https://docs.pycom.io/firmwareapi/micropython/usocket.html